如何利用mysql语法查询关于“锁的事务”,下面web建站小编给大家简单介绍一下具体方法!
确定是否锁表
select * from information_schema.innodb_locks;
查询正在锁的事务
select * from information_schema.innodb_locks;
查询等待锁的事务
select * from information_schema.innodb_lock_waits;
查询未提交的事务
select * from information_schema.innodb_trx
查询所有的线程
select * from information_schema.PROCESSLIST;
MYSQL语法select查询只显示中文内容(select查询内容屏蔽英文数据)
php接口:利用mysql语法从指定dedecms栏目获取文章总数
上面是“如何利用mysql语法查询“锁的事务””的全面内容,想了解更多关于 mysql 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_3653.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!