当前位置:网站首页> 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
docker exec -it 4ae9238c176a /bin/bash
mysql -uroot -p123456
查看: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
docker restart 4ae9238c176adocker ps
docker exec -it 4ae9238c176a /bin/bashmysql -uroot -p123456show variables like 'log_bin';exit

到此这篇关于docker中mysql开启日志的实现步骤的文章就介绍到这了,更多相关docker mysql开启日志内容请搜索软件开发网以前的文章或继续浏览下面的相关文章希望大家以后多多支持软件开发网!
边栏推荐
- How big is the empty structure?
- MySQL教程的天花板,收藏好,慢慢看
- Balanced Multimodal Learning via On-the-fly Gradient Modulation(CVPR2022 oral)
- CRMEB商城系统如何助力营销?
- 监控界的最强王者,没有之一!
- Leetcode: interview question 17.24 Maximum cumulative sum of submatrix (to be studied)
- European Bioinformatics Institute 2021 highlights report released: nearly 1million proteins have been predicted by alphafold
- 金融人士必读书籍系列之六:权益投资(基于cfa考试内容大纲和框架)
- 机试刷题1
- Windows Auzre 微软的云计算产品的后台操作界面
猜你喜欢

Slide the uniapp to a certain height and fix an element to the top effect demo (organize)

UE4蓝图学习篇(四)--流程控制ForLoop和WhileLoop

视图(view)

leetcode:面试题 17.24. 子矩阵最大累加和(待研究)

European Bioinformatics Institute 2021 highlights report released: nearly 1million proteins have been predicted by alphafold

On file uploading of network security

Aardio - integrate variable values into a string of text through variable names
![pytorch_ Yolox pruning [with code]](/img/98/31d6258635ce48ac53819d0ca12d1d.jpg)
pytorch_ Yolox pruning [with code]

儿童睡衣(澳大利亚)AS/NZS 1249:2014办理流程

Mysql 身份认证绕过漏洞(CVE-2012-2122)
随机推荐
Config:invalid signature solution and troubleshooting details
Gd32f4xx serial port receive interrupt and idle interrupt configuration
Traversal of a tree in first order, middle order, and then order
Typescript get function parameter type
POJ 1258 Agri-Net
On file uploading of network security
2014 Alibaba web pre intern project analysis (1)
Sizeof keyword
Aardio - does not declare the method of directly passing float values
树的先序中序后序遍历
DockerMySQL无法被宿主机访问的问题解决
Puppeter connects to the existing Chrome browser
UE4蓝图学习篇(四)--流程控制ForLoop和WhileLoop
uniapp滑动到一定的高度后固定某个元素到顶部效果demo(整理)
HDU 5077 NAND (violent tabulation)
【编译原理】做了一半的LR(0)分析器
第十九章 使用工作队列管理器(二)
cuda 探索
poj 1094 Sorting It All Out (拓扑排序)
企業不想換掉用了十年的老系統