[SQL]SET slow_query_log=1

[Err] 1229 - Variable 'slow_query_log' is a GLOBAL variable and should be set with SET GLOBAL

 

SHOW VARIABLES LIKE '%slow%'
SET GLOBAL slow_query_log=1
SHOW VARIABLES LIKE '%slow%'

 

相关文章:

  • 2022-01-29
  • 2022-02-09
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2021-07-03
  • 2021-05-31
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-07-04
  • 2021-10-17
相关资源
相似解决方案