MySQL不停重启问题

MySQL不停的自动杀掉自动重启

看一下log日志 my.cnf 里配置的 log_error =/var/log/mysqld.log

vim /var/log/mysqld.log

报的错误只是

ERROR\] Can't start server: Bind on TCP/IP port: Address already in use \[ERROR\] Do you already have another mysqld server running on port: 3306 ? 除了MySQL自己的那个3306 其它没有进程有占用这个端口 MySQL自己一直在不停重启 网上搜了很多 其中看到 加上一行 innodb_force_recovery=4 可以先不让MySQL重启 试了不行 还是不停的重启 sudo /usr/local/mysql/bin/mysqld --console 查看发现 \[ERROR\] Can't find messagefile \*\*\* 2023-08-22 22:06:24 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2023-08-22 22:06:24 0 [Note] --secure-file-priv is set to NULL. Operations related to importing and exporting data are disabled 2023-08-22 22:06:24 0 [Note] /usr/local/mysql/bin/mysqld (mysqld 5.6.47-87.0) starting as process 7763 ... 2023-08-22 22:06:24 7763 [ERROR] Can't find messagefile '/usr/local/Percona-Server-5.6.47-rel87.0-Linux.x86_64.ssl101/share/errmsg.sys' 2023-08-22 22:06:24 7763 [Warning] Can't create test file /usr/local/Percona-Server-5.6.47-rel87.0-Linux.x86_64.ssl101/data/iZ8vbidmq7xeaamvtoal4wZ.lower-test 2023-08-22 22:06:24 7763 [Warning] Can't create test file /usr/local/Percona-Server-5.6.47-rel87.0-Linux.x86_64.ssl101/data/iZ8vbidmq7xeaamvtoal4wZ.lower-test /usr/local/mysql/bin/mysqld: Can't change dir to '/usr/local/Percona-Server-5.6.47-rel87.0-Linux.x86_64.ssl101/data/' (Errcode: 2 - No such file or directory) 2023-08-22 22:06:24 7763 [ERROR] Aborting 2023-08-22 22:06:24 7763 [Note] Binlog end 2023-08-22 22:06:24 7763 [Note] sudo vim /usr/local/mysql/my.cnf 加上一行 lc-messages-dir=/usr/local/mysql/share/ 目录指定成mysql安装目录下的share目录 再启动MySQL 发现可以了 不一直自动重启了 访问站点发现表都是只读的 需要去掉my.cnf中配置的innodb_force_recovery=4 ![](https://file.jishuzhan.net/article/1695446111340204033/e75a3d4464964a789533def13435ba75.png) 然后重启MySQL 然后MySQL正常运行了 正常运行后再 sudo /usr/local/mysql/bin/mysqld --console 看时 依然有\[ERROR\] Can't find messagefile \*\*\* ![](https://file.jishuzhan.net/article/1695446111340204033/4da255aff4644e24bf67b434412133e9.png) 后面去掉my.cnf中的lc-messages-dir=/usr/local/mysql/share/ 这一行 再重启一下MySQL 发现MySQL还是正常的 。。 先不纠结了

相关推荐
程序员夏末2 分钟前
【MySQL | 第一篇】 深入理解三大日志(undo Redo Bin)
数据库·mysql
oradh6 分钟前
Oracle OJVM组件总结
数据库·oracle·ojvm·ojvm补丁
爱写Bug的小孙7 分钟前
多智能体概述
服务器·数据库·ai·oracle·agent·多智能体·agentscop
路由侠内网穿透16 分钟前
本地部署开源零信任网络平台 NetBird 并实现外部访问
运维·服务器·数据库·开源
2301_8042154125 分钟前
使用Python进行量化交易入门
jvm·数据库·python
霑潇雨28 分钟前
题解 | 深入分析各款产品年总销售额与竞品的年度对比
大数据·开发语言·数据库
scofield_gyb44 分钟前
Redis 6.2.7安装配置
前端·数据库·redis
qiumingxun1 小时前
Redis——使用 python 操作 redis 之从 hmse 迁移到 hset
数据库·redis·python
2401_873544921 小时前
使用XGBoost赢得Kaggle比赛
jvm·数据库·python
ruxingli1 小时前
MySQL优化
数据库·mysql