美文网首页
apache & mysql

apache & mysql

作者: MF_遇见零一 | 来源:发表于2018-11-18 02:09 被阅读0次

apache 启动和停止

sudo service apache2 start/stop

mysql 启动和停止

sudo service mysql start/stop
mysql -uroot -pyjy666

ubuntu 安装mysqli & pdo 扩展

apt-get install php-mysql
service apache2 restart

相关文章

网友评论

      本文标题:apache & mysql

      本文链接:https://www.haomeiwen.com/subject/hzswfqtx.html