02 2021 档案

摘要:1.binlog常用命令 # 是否启用binlog日志 show variables like 'log_bin'; # 查看详细的日志配置信息 show global variables like '%log%'; # mysql数据存储目录 show variables like '%dir%' 阅读全文
posted @ 2021-02-05 14:50 詹姆溪 阅读(238) 评论(0) 推荐(0)
摘要:#!/usr/bin/python3 # -*- coding: utf-8 -*- # @Time : ${DATE} ${TIME} # @Author : klx # @Email : 1319328276@qq.com # @Site : ${Site} # @File : ${NAME}. 阅读全文
posted @ 2021-02-04 15:08 詹姆溪 阅读(65) 评论(0) 推荐(0)