linux 安装 phpstudy、mysql、navicat、apache

https://blog.csdn.net/herenoname/article/details/78647837

mysql  启动

/etc/init.d/mysql start|stop|restart|reload|force-reload|status

navicat安装

https://blog.csdn.net/micro_hz/article/details/52788338

激活navicat 

https://www.aliyun.com/jiaocheng/160736.html

cd /home/zq/.navicat64/

rm system.reg    然后重启    ./start_navicat

安装phpstudy

sudo phpstudy start|stop|restart

https://www.cnblogs.com/apolloren/p/8832868.html

打开navicat

/下载/navicat120_premium_cs_x64$              ./start_navicat

启动apache

sudo /etc/init.d/apache2 start

phpstudy没办法启动就先关闭apache   sudo /etc/init.d/apache2 stop

然后再重启phpstudy                   sudo phpstudy restart

一、Start Apache 2 Server /启动apache服务

 /etc/init.d/apache2 start

or

$ sudo /etc/init.d/apache2 start

二、 Restart Apache 2 Server /重启apache服务

 /etc/init.d/apache2 restart

or

 sudo /etc/init.d/apache2 restart

三、Stop Apache 2 Server /停止apache服务

 /etc/init.d/apache2 stop

https://www.cnblogs.com/wmm123/p/7821962.html

猜你喜欢

转载自blog.csdn.net/weixin_40902181/article/details/87691556