1
edit
Changes
no edit summary
* Which MySQL log file, in your opinion, is important for you to keep track of and why ?
In my opinion, the general query log file is important. It keeps a general record of what mysql daemon is doing. It becomes useful when there is an error in a client and you want to find out exactly what client sent to mysql daemon. It can enables using --general_log and 1 or 0 to enable and disable respectively.