docker mysql问题

2022/8/23 2:52:49

本文主要是介绍docker mysql问题,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

启动出错

[root@main ~]# docker logs mysql-first
2022-08-22 02:50:33+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.30-1.el8 started.
2022-08-22 02:50:33+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config
        command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.YypEkD3mA6
        mysqld: Can't read dir of '/etc/mysql/conf.d/' (OS errno 2 - No such file or directory)
mysqld: [ERROR] Stopped processing the 'includedir' directive in file /etc/my.cnf at line 36.
mysqld: [ERROR] Fatal error in defaults handling. Program aborted!

版本有问题用的MySQL image回退到mysql:8.0.26 就可以

其它博客有提醒关闭本机mysql服务的 使用systemctl status mysqld.service 发现没有运行中的mysql服务

 



这篇关于docker mysql问题的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程