Pessoal, estou apenas tentando configurar meu arquivo de log geral como aqui link .
, então adicionei log = "testfile_log.log"
abaixo para my.ini
# The MySQL server
[mysqld]
port= 3306
...
log_error = "mysql_error.log"
log = "testfile_log.log"
Mas, por algum motivo, o servidor mysql não é mais iniciado. Aqui está o log:
8:46:14 PM [mysql] Error: MySQL shutdown unexpectedly.
8:46:14 PM [mysql] This may be due to a blocked port, missing dependencies,
8:46:14 PM [mysql] improper privileges, a crash, or a shutdown by another method.
8:46:14 PM [mysql] Press the Logs button to view error logs and check
8:46:14 PM [mysql] the Windows Event Viewer for more clues
8:46:14 PM [mysql] If you need more help, copy and post this
8:46:14 PM [mysql] entire log window on the forums
Eu sei que isso está relacionado a log = "testfile_log.log"
bcs, se eu tirar, funciona.