修改my.cnf后,mysql不能启动,提示“start: Job failed to start”
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改my.cnf后,mysql不能启动,提示“start: Job failed to start”相关的知识,希望对你有一定的参考价值。
1)在my.cnf的mysqld块中加入以下三行配置后,重启mysql,不能正常启动提示“start: Job failed to start”
innodb_doublewrite=1
innodb_flush_log_at_trx_commit=1
sync_binlog=1
2)err.log的内容如下所示
130918 13:52:34 [Note] /usr/sbin/mysqld: Normal shutdown
130918 13:52:34 [Note] Event Scheduler: Purging the queue. 0 events
130918 13:52:36 [Warning] /usr/sbin/mysqld: Forcing close of thread 1854 user: 'test'
130918 13:52:36 [Warning] /usr/sbin/mysqld: Forcing close of thread 1853 user: 'test'
130918 13:52:36 [Warning] /usr/sbin/mysqld: Forcing close of thread 1852 user: 'test'
130918 13:52:36 [Warning] /usr/sbin/mysqld: Forcing close of thread 1851 user: 'test'
130918 13:52:36 [Warning] /usr/sbin/mysqld: Forcing close of thread 1850 user: 'test'
130918 13:52:36 [Warning] /usr/sbin/mysqld: Forcing close of thread 1849 user: 'test'
130918 13:52:37 InnoDB: Starting shutdown...
130918 13:52:38 InnoDB: Waiting for 11 pages to be flushed
130918 13:52:41 InnoDB: Shutdown completed; log sequence number 152979412
130918 13:52:41 [Note] /usr/sbin/mysqld: Shutdown complete
3)将新加入的三行配置注掉,再重启mysql,还是报一样的错误,并且日志不记新的了。
求解答,特别着急,在线等,谢谢各位·!
我的这是linux虚拟机上的mysql,能再帮忙解决一下吗?
追答我没试过linux,你看着说明自己试试吧!对你也有好处
mysql修改后启动my.cnf报错Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysql
mysql中文乱码解决
mysql修改my.cnf后启动报错Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysql/localhost.localdomain.pid).
这里简单明了地说下:
对于mysql5.5版本,需要在/etc/mysql/my.cnf做如下修改:
[client]下添加:
default-character-set = utf8
[mysqld]下添加:
character-set-server = utf8
对于mysql5.5之前的版本,做如下修改:
在[client] 和 [mysqld]下都添加一行
default-character-set = utf8
如果在mysql5.5 版本中也这么配置会导致mysql服务起不来。
如果没有[client] 可以自己加 如果不行 请去掉试试
以上是关于修改my.cnf后,mysql不能启动,提示“start: Job failed to start”的主要内容,如果未能解决你的问题,请参考以下文章
mysql修改后启动my.cnf报错Starting MySQL... ERROR! The server quit without updating PID file (/var/lib/mysql
mysql 配置my.cnf时出状况了,mysql无法启动!
mysql开记二进制日志即配置my.cnf中的log_bin参数后无法正常启动,求高手解答!
Linux mysql启动后提示Starting MySql.The server quit without updating PID file(.pid),求解决方案.
明明在/etc/my.cnf 配置了mysql.sock,为什么会在/var/lib/mysql/mysql.sock 里边寻找