发布网友 发布时间:2022-05-01 20:49
共2个回答
懂视网 时间:2022-05-02 01:11
查看MySQL运行进程
mysql>show processlist;
查看Innodb引擎运行情况:
mysql>show engine innodb statusG
查看MySQL参数情况:
mysql>show [global] variables like ‘%innodb%‘;
查看MySQL运行状态:
mysql>show [global] status like ‘%thread%‘;
查看表、存储过程、触发器:
mysql>show tables;
mysql>show procedure status; show create procedure USP_Cursor;
mysql>show triggers; show create trigger TRI_UP_User_Delete;
查看MySQL帮助:
mysql>help;
mysql>help conntents;
mysql>help show;
本文出自 “xinsz08の平行时空” 博客,请务必保留此出处http://xinsz08.blog.51cto.com/10565212/1915910
mysql日常维护
标签:procedure thread create engine status
热心网友 时间:2022-05-01 22:19
mysql主要用来存放数据,比如用户的各种信息,你的各种格式化数据 mysql的维护主要是进行数据的日常被封。同步。以及灾害恢复等