linux安装mysql后报错启动不了Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).

安装时启动时会有错误

linux安装mysql后报错启动不了Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).

 

解决方法:

/usr/bin/mysql_install_db --user=mysql

 

 

再次启动:

service mysql start

 

 

 

这是就会成功了

linux安装mysql后报错启动不了Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).

 

 

 

 

 

解决方法:

/usr/bin/mysql_install_db --user=mysql

 

 

再次启动:

service mysql start

 

 

 

这是就会成功了

linux安装mysql后报错启动不了Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).

 

 

 

 

 

linux安装mysql后报错启动不了Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).

上一篇:MySQL - MySQL常用命令


下一篇:sql模糊查询,以及sql注入问题