maxzhao

不要害怕Exception和Error

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Schedule
  • Search
  • Table of Contents
  • Overview
赵联胜

赵联胜

小码农赵联胜的博客,从遇到Java到爱上Java,工作之余学习Java生态圈中的各种技术。
443 posts
190 categories
240 tags
友情链接
  • 我的简书
0%

MySQL锁表查询

Edited on 2023-11-21 In DB , MySQL
1
2
3
4
5
6
show OPEN TABLES where In_use > 0;
show status like '%lock%';
show engine innodb status ;
-- 查询进程
show processlist;
-- kill pid;

本文地址: https://github.com/maxzhao-it/blog/post/ffedc487/

# DB # MySQL
Java自定义ClassLoader加载jar
VuePress常用插件
© 2024 赵联胜