MySQL: Starting MySQL….. ERROR! The server quit without updating PID file解决办法

来源:互联网 发布:淘宝上的古着店 编辑:程序博客网 时间:2024/06/06 05:18

[root@localhost ~]# cd/usr/local/mysql

[root@localhost mysql]# chown -R mysql.mysql .
[root@localhost mysql]# su - mysql
[mysql@localhost ~]$ cd /usr/local/mysql
[mysql@localhost mysql]$scripts/mysql_install_db


[mysql@localhost mysql]$mysqld_safe --user=mysql &

0 0