摘要:
今天再倒入给数据库导入 .sql 文件的时候出现了一个错误。看错误码: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right 阅读全文
摘要:
mysql 查看满日志命令: show variables like '%quer%'; 此时显示的10秒的意思是 如果sql 语句的执行时间超过10秒 会记录下来。 slow_query_log 是off 是没有开启的。 此时 使用命令 ,开启满日志: set global slow_query_ 阅读全文