码迷,mamicode.com
首页 > 数据库 > 详细

mysql日常维护

时间:2017-04-14 15:05:15      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:procedure   thread   create   engine   status   


 查看MySQL运行进程

mysql>show processlist;


查看Innodb引擎运行情况:

mysql>show engine innodb status\G


查看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   

原文地址:http://xinsz08.blog.51cto.com/10565212/1915910

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!