mysql启动报错:/usr/bin/mysqld_safe: line 183: 17006 Killed nohup /usr/sbin/mysqld --basedir=/usr --data

Posted 谢哥在彼方

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql启动报错:/usr/bin/mysqld_safe: line 183: 17006 Killed nohup /usr/sbin/mysqld --basedir=/usr --data相关的知识,希望对你有一定的参考价值。

这是内存不够的原因:

在/etc/my.cnf中作如下配置:

key_buffer=16K
table_open_cache=4
query_cache_limit=256K
query_cache_size=4M
max_allowed_packet=1M
sort_buffer_size=64K
read_buffer_size=256K
thread_stack=64K
innodb_buffer_pool_size = 56M

service mysqld start:启动成功

以上是关于mysql启动报错:/usr/bin/mysqld_safe: line 183: 17006 Killed nohup /usr/sbin/mysqld --basedir=/usr --data的主要内容,如果未能解决你的问题,请参考以下文章

/usr/bin/mysqld_safe_helper: Cannot change uid/gid (errno: 1) (转)

centos下重置mysql密码

怎样查看mysql pid文件路径 文件位置

mysql忘记root密码

mysql安装后bash:mysql:command not found

mysql多实例