欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

Mysql—常见查询命令

程序员文章站 2023-11-18 11:47:40
1.查找错误日志文件路径 mysql> show variables like "log_error"; 2.查找日志文件路径 mysql> show variables like "general_log_file"; 3.查找慢查询日志文件路径 mysql> show variables lik... ......
1.查找错误日志文件路径
mysql> show variables like "log_error";
2.查找日志文件路径
mysql> show variables like "general_log_file";
3.查找慢查询日志文件路径
mysql> show variables like "slow_query_log_file";