栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

mysql启动提示:Could not increase number of max

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

mysql启动提示:Could not increase number of max

mysql启动的时候提示:

2022-01-17T08:46:30.812801Z 0 [Warning] Could not increase number of max_open_files to more than 1024 (request: 65535)
2022-01-17T08:46:30.812878Z 0 [Warning] Changed limits: max_connections: 214 (requested 9240)
2022-01-17T08:46:30.812885Z 0 [Warning] Changed limits: table_open_cache: 400 (requested 2000)
2022-01-17T08:46:30.999425Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. 

在mysql客户端里面查询max_connections的值,真的是214!这怎么够呢?!
检查一下配置参数

root@infokist:~# ulimit -n
65530
root@infokist:~# cat /proc/sys/fs/file-max 
3035361
root@infokist:~# cat /etc/security/limits.conf 

* soft nofile 65530
* hard nofile 65535

在服务配置文件/etc/systemd/system/multi-user.target.wants/mysql.service 中增加下面一行
LimitNOFILE=10000

# systemctl daemon-reload
root@infokist:~# service mysql restart
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/709290.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号