教程集 www.jiaochengji.com
教程集 >  数据库  >  mysql  >  正文 Starting MySQL...The server quit without updating PID file的解决方法

Starting MySQL...The server quit without updating PID file的解决方法

发布时间:2015-09-16   编辑:jiaochengji.com
rh5.4 rpm mysql5.5.19的问题Starting MySQL...The server quit without updating PID file的解决方法

报错:
Starting MySQL...The server quit without updating PID file

查看错误日志

情景1:
110206 12:58:35 [ERROR] Can't start server : Bind on unix socket: No such file or directory
110206 12:58:35 [ERROR] Do you already have another mysqld server running on socket: /mysql/mysqldir/data/mysql.sock ?
110206 12:58:35 [ERROR] Aborting

于是ps -ef | grep mysql 一把.未发现有mysqld.
netstat -an | grep 3306 一把.也未发现异常.
最后从mysql安装目录下重新复制一个配置文件到/etc/my.cnf
修改相应参数,解决问题。

情景2:
 /mysql/mysqldir/bin/mysqld: Table 'mysql.plugin' doesn't exist
 [ERROR] Can't open the mysql.plugin table. Please run my sql_upgrade to create it.

原因:编译安装后忘记初始化表。
解决:运行mysql_install_db 。

您可能感兴趣的文章:
Starting MySQL...The server quit without updating PID file的解决方法
mysql 报错:MYSQL:The server quit without updating PID file
MySQL启动错误Starting MySQL.Manager of pid-file quit without updating file.[FAILED]
mysql cp复制和mysqldump备份测试分析
详解MySQL的其他安装方式
在CentOS-6.3中安装与配置Mysql-5.5.29
mysql启动故障一例
linux下mysql数据库安装与配置步骤
[ERROR] Can't start server: can't create PID file: 问题的解决方法
Can't connect to local MySQL server through socket 问题的解决方法

[关闭]
~ ~