其他特殊操作

MySql 删除慢查询日志

 

 

关闭慢查询

SET GLOBAL log_slow_queries = off;(关闭慢查询)

SET GLOBAL log_slow_queries = ON;(重开启慢查询)

 

清空日志目录

>mysql-slow.log

 

 

 

kill进程后出现killed死锁问题

 

 

https://blog.csdn.net/m0_37827567/article/details/82979767

 

 

InnodbMySQL如何快速删除2T的大表】

 

http://database.51cto.com/art/201808/582324.htm

 

 

mysql迁移某个大数据的库

 

https://www.jianshu.com/p/2aa75f444175

posted @ 2021-02-08 11:41  扶我起来写代码  阅读(57)  评论(0)    收藏  举报