xshell 常用快捷键

Posted hufangrui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xshell 常用快捷键相关的知识,希望对你有一定的参考价值。

1、连接mysql数据库
mysql -uroot -p -h127.0.0.1 -P3306

2、列出所有session
show full processlist;

3、查看20条执行时间最长的SQL
select * from information_schema.PROCESSLIST ORDER BY TIME desc limit 20;

4、查看slave同步状态
show slave status\G

5、查看master binlog或者gtid当前位置
show master status\G

6、查看数据库是否为只读模式
show variables where Variable_name like ‘read_only‘ or Variable_name like ‘%uuid%‘ or Variable_name like ‘server_id‘;

7、列出所有用户
select user,host,concat(‘show grants for ‘,user,‘@\‘‘,host,‘\‘;‘) showSql from mysql.user;

8、查看事物提交基本及binlog写入时间
show variables where Variable_name like ‘innodb_flush_log_at_trx_commit‘ or Variable_name like ‘sync_%‘;









以上是关于xshell 常用快捷键的主要内容,如果未能解决你的问题,请参考以下文章

Linux命令行常用快捷键

XShell v7里的快捷键

xshell添加快捷命令,怎么使用?

xshell如何将快捷命令添加到快速命令集

xshell的一些常用配置

Photoshop最常用的三个界面快捷操作,附常用快捷键大全