欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

Mysql修改密码时报错Can’t Create Thread: Errno 11解决_MySQL

程序员文章站 2022-05-17 11:13:39
...
bitsCN.com

Mysql修改密码时报错Can’t Create Thread: Errno 11解决

今天安装完mysql后,想修改一下密码,运行一下

myqladmin -u root password 'password' 
显示报错,

报错信息如下,

Can't create a new thread (errno 11); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug'

还以为是内存不足的问题,free -m 看了一下没问题。Google一下,说是ulimit 限制了max processes,

进入到/proc/`pidof mysqld`/limits 看了一下 max processes 设置才10

马上ulimit -u 4096

重启mysql service 搞定。

bitsCN.com
相关标签: 修改密码