ubuntu上的服务mysql启动失败[关闭]
Posted
技术标签:
【中文标题】ubuntu上的服务mysql启动失败[关闭]【英文标题】:service mysql start failed on ubuntu [closed] 【发布时间】:2012-01-16 06:42:48 【问题描述】:这是我的困境(有点类似于this resource,我尝试了所有方法,但没有任何帮助):
root@vuxomys01:~# service mysql status
mysql start/running
当我在寻找过程时:
root@vuxomys01:~# ps ax | grep mysql
2263 pts/0 S+ 0:00 grep --color=auto mysql
我检查了日志,/var/log/mysql/error.log
是空的,但是/var/log/syslog
中有奇怪的东西...
root@vuxomys01:~# grep mysql /var/log/syslog
...
Dec 8 15:24:17 vuxomys01 init: mysql post-start process (1963) terminated with status 1
Dec 8 15:24:17 vuxomys01 kernel: [ 460.182640] type=1505 audit(1323375857.580:28): operation="profile_replace" pid=2098 name="/usr/sbin/mysqld"
Dec 8 15:24:17 vuxomys01 init: mysql main process (2102) terminated with status 1
Dec 8 15:24:17 vuxomys01 init: mysql main process ended, respawning
Dec 8 15:24:47 vuxomys01 init: mysql post-start process (2103) terminated with status 1
...和/var/log/daemon.log
root@vuxomys01:~# grep mysql /var/log/daemon.log
...
Dec 8 15:24:17 vuxomys01 init: mysql post-start process (1963) terminated with status 1
Dec 8 15:24:17 vuxomys01 init: mysql main process (2102) terminated with status 1
Dec 8 15:24:17 vuxomys01 init: mysql main process ended, respawning
Dec 8 15:24:47 vuxomys01 init: mysql post-start process (2103) terminated with status 1
任何其他想法将不胜感激。提前致谢!
尤金。【问题讨论】:
你能列出 mysql 的发行版、版本和安装方式吗 这个问题应该迁移到serverfault。 Unbe-f...-宜居!这是 my.cnf 的问题,它在“character_set_server = utf8”中缺少一个“h” :( 无论如何,感谢您的意图! 所以,请将您的问题标记为已解决/已关闭 【参考方案1】:我认为由于 MySQL 的不完整迁移,您在启动后脚本中存在无限循环。检查这个thread,我确定解决方案就在那里。
【讨论】:
检查这个地方:askubuntu.com/questions/127264/… "无法启动 mysql - mysql 重生速度太快,已停止" 对于 google spawn:我的问题是我忘记 chown/chmod 在迁移期间从另一台服务器移过来的文件。一旦事情有了正确的所有者和权限,mysql就会直接启动。以上是关于ubuntu上的服务mysql启动失败[关闭]的主要内容,如果未能解决你的问题,请参考以下文章
服务器上的MySQL启动失败:Starting MySQL...The server quit without updating PID file