Skip to content
标签
欢迎扫码关注公众号

MySQL 如何查看当前的进程?

连接到 MySQL 后,执行如下命令:

bash
show processlist;

可以使用 kill 命令强制关闭掉进程:

bash
kill [processid];

processid 为使用 show processlist 命令显示的 Id 列的值。

Page Layout Max Width

Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the page layout
A ranged slider for user to choose and customize their desired width of the maximum width of the page layout can go.

Content Layout Max Width

Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the content layout
A ranged slider for user to choose and customize their desired width of the maximum width of the content layout can go.