Install and use SQL tracker

The main role of SQL trackers quickly identify errors SQL language. This tool can track a few seconds sql database operations, within a few minutes can analyze any project system database table structure, Instant refresh testing, debugging php code

Step One: Download

https://pan.baidu.com/s/154Fhr5csIhyozq4P2khjkg 

Password: hlz4

 

Step Two: Configure the site domain name management and host files (Note: only for phpStudy)

 Once configured, open the host file to add the domain name

127.0.0.1       www.sql.com

 

 

 Step Three: Configure my.ini

 In the open my.ini [mysqld] Add the following to the following

note:

1, general_log_file = D: /mysql_bz.log, log log you set here arranged below the path array configuration needs need them

2, # log-raw = true If the error logs do not record this line is open

3, the disk D is generated in a finished configuring mysql_bz.log file

 

Step Four: Configure the config phpgjx

Here 'mysql_log' => 'D: /mysql_bz.log' is the third step of automatically generating a file path

running result

 

Guess you like

Origin www.cnblogs.com/bushui/p/11707519.html