摘要: 一、查看profiling状态 mysql> select @@profiling; 0:表示为关闭 1:表示开启 二、开启 profiling mysql> SET profiling=1; 三、show profiles 命令 mysql> show profiles; + + + + | Qu 阅读全文
posted @ 2023-08-08 10:23 王广福 阅读(170) 评论(0) 推荐(0)