当前位置:网站首页> docker中mysql开启日志的实现步骤
docker中mysql开启日志的实现步骤
2022-07-06 15:36:00 【1024问】
1.查看安mysql容器状态
2.进入容器内部
3.登录mysql数据库
4.查看binlog日志是否开启,查看后关闭mysql
5.编辑配置文件开启binlog,设置log文件
6.退出容器
7.重启mysql容器,且查看是否启动成功
8.查看binlog 日志状态是否开启
9.查看日志
1.查看安mysql容器状态 docker ps
2.进入容器内部docker exec -it 4ae9238c176a /bin/bash
3.登录mysql数据库mysql -uroot -p123456
4.查看binlog日志是否开启,查看后关闭mysql查看:show variables like 'log_bin';
关闭:exit
备注:ON开启日志,OFF关闭日志
5.编辑配置文件开启binlog,设置log文件5.1 先在 /etc 文件夹下查找到 mysqld.cnf文件路径
find /etc -name mysqld.cnf
5.2 编辑mysqld.cnf文件
vim /etc/mysql/mysql.conf.d/mysqld.cnf
备注:如果没有vim 编译器 先安装vim编译器
apt-get updateapt-get install vim
备注:保证general_log_file 路径存在,(这是我的路径)若没有 则路径配置参考上面的log_error的配置路径
备注:添加后注意保存,保存,保存
6.退出容器exit
7.重启mysql容器,且查看是否启动成功docker restart 4ae9238c176adocker ps
8.查看binlog 日志状态是否开启docker exec -it 4ae9238c176a /bin/bashmysql -uroot -p123456show variables like 'log_bin';exit
9.查看日志到此这篇关于docker中mysql开启日志的实现步骤的文章就介绍到这了,更多相关docker mysql开启日志内容请搜索软件开发网以前的文章或继续浏览下面的相关文章希望大家以后多多支持软件开发网!
边栏推荐
- How to achieve text animation effect
- Inno setup packaging and signing Guide
- 监控界的最强王者,没有之一!
- config:invalid signature 解决办法和问题排查详解
- ACL 2022 | small sample ner of sequence annotation: dual tower Bert model integrating tag semantics
- Detailed explanation of ThreadLocal
- 案例推荐丨安擎携手伙伴,保障“智慧法院”更加高效
- On file uploading of network security
- QT信号和槽
- Adavit -- dynamic network with adaptive selection of computing structure
猜你喜欢
Config:invalid signature solution and troubleshooting details
UE4蓝图学习篇(四)--流程控制ForLoop和WhileLoop
Traversal of a tree in first order, middle order, and then order
Export MySQL table data in pure mode
Aardio - does not declare the method of directly passing float values
On file uploading of network security
dockermysql修改root账号密码并赋予权限
Machine test question 1
CUDA exploration
On the problems of born charge and non analytical correction in phonon and heat transport calculations
随机推荐
树的先序中序后序遍历
ICLR 2022 | pre training language model based on anti self attention mechanism
NPM cannot install sharp
Volatile keyword
Cocoscreator+typescripts write an object pool by themselves
【无标题】
uniapp设置背景图效果demo(整理)
UDP programming
BasicVSR_PlusPlus-master测试视频、图片
OpenNMS分离数据库
【Unity】升级版·Excel数据解析,自动创建对应C#类,自动创建ScriptableObject生成类,自动序列化Asset文件
2014阿里巴巴web前实习生项目分析(1)
【编译原理】做了一半的LR(0)分析器
ICLR 2022 | 基于对抗自注意力机制的预训练语言模型
专为决策树打造,新加坡国立大学&清华大学联合提出快速安全的联邦学习新系统
Let's see through the network i/o model from beginning to end
How to achieve text animation effect
hdu 5077 NAND(暴力打表)
企业不想换掉用了十年的老系统
关于声子和热输运计算中BORN电荷和non-analytic修正的问题