jamesky0 发表于 2017-3-14 16:55:48

lnmp1.3安装后mysql无法启动

============================== Check install ==============================
Checking ...
Nginx: OK
MySQL: OK
PHP: OK
PHP-FPM: OK
Clean src directory...
+------------------------------------------------------------------------+
|          LNMP V1.3 for Ubuntu Linux Server, Written by Licess          |
+------------------------------------------------------------------------+
|         For more information please visit http://www.lnmp.org          |
+------------------------------------------------------------------------+
|    lnmp status manage: lnmp {start|stop|reload|restart|kill|status}    |
+------------------------------------------------------------------------+
|phpMyAdmin: http://IP/phpmyadmin/                                     |
|phpinfo: http://IP/phpinfo.php                                        |
|Prober:http://IP/p.php                                              |
+------------------------------------------------------------------------+
|Add VirtualHost: lnmp vhost add                                       |
+------------------------------------------------------------------------+
|Default directory: /home/wwwroot/default                              |
+------------------------------------------------------------------------+
|MySQL/MariaDB root password: root                        |
+------------------------------------------------------------------------+
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            http://lnmp.org            |
+-------------------------------------------+
nginx (pid 9707 9705) is running...
php-fpm is runing!
激活Internet连接 (仅服务器)
Proto Recv-Q Send-Q Local Address         Foreign Address         State      
tcp      0      0 0.0.0.0:80            0.0.0.0:*               LISTEN   
tcp      0      0 127.0.1.1:53            0.0.0.0:*               LISTEN   
tcp      0      0 0.0.0.0:22            0.0.0.0:*               LISTEN   
tcp      0      0 127.0.0.1:631         0.0.0.0:*               LISTEN   
tcp6       0      0 :::22                   :::*                  LISTEN   
tcp6       0      0 ::1:631               :::*                  LISTEN   
Install lnmp V1.3 completed! enjoy it.

===========================================
显示安装成功,但是Mysql没有起来。
$ mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)


$ ps -aux | grep mysql
98150.00.015984   956 pts/0    S+   16:43   0:00 grep --color=auto mysql

也没有找到进程

我尝试用sudo lnmp restart重启服务,还是得到
+-------------------------------------------+
|    Manager for LNMP, Written by Licess    |
+-------------------------------------------+
|            http://lnmp.org            |
+-------------------------------------------+
Stoping LNMP...
Stoping nginx...done
Gracefully shutting down php-fpm . done
Starting LNMP...
Starting nginx...done
Starting php-fpmdone

并没有mysql信息

licess 发表于 2017-3-14 20:26:23

回复 1# 的帖子

/etc/init.d/mysql restart

发一下mysql日志
页: [1]
查看完整版本: lnmp1.3安装后mysql无法启动