slow_query_log=on
slow_query_log_file=E:\MySQL\logquery.log
long_query_time=1
general_log=on
general_log_file=E:\TEMP\mysql.log
log_timestamps=SYSTEM 

 [full my.ini]

[client]
port=3306
default-character-set=utf8

[mysqld]

basedir=C:\MySQL
datadir=C:\MySQL\data
port=3306
max_connections=200
max_connect_errors=10
character-set-server=utf8
default-storage-engine=INNODB
default_authentication_plugin=mysql_native_password

slow_query_log=on
slow_query_log_file=C:\MySQL\log\logquery.log
long_query_time=1
general_log=on
general_log_file=C:\MySQL\log\mysql.log
log_timestamps=SYSTEM 

 

相关文章:

  • 2022-01-19
  • 2021-11-02
  • 2021-11-19
  • 2021-07-25
  • 2021-08-18
  • 2021-12-22
猜你喜欢
  • 2021-07-04
  • 2021-12-09
  • 2022-12-23
  • 2021-05-04
  • 2021-11-09
  • 2022-12-23
相关资源
相似解决方案