Задавайте вопросы, мы ответим
Вы не зашли.
Windows Server 2003
MySQL 5.0.51b
Содержимое my.ini:
...
#Enter a name for the binary log. Otherwise a default name will be used.
log-bin="C:/Program Files/MySQL/MySQL Server 5.0/logs/dl/bin.log"
#Enter a name for the query log file. Otherwise a default name will be used.
log="C:/Program Files/MySQL/MySQL Server 5.0/logs/dl/query.log"
#Enter a name for the error log file. Otherwise a default name will be used.
log-error="C:/Program Files/MySQL/MySQL Server 5.0/logs/dl/err.log"
#Enter a name for the slow query log. Otherwise a default name will be used.
log-slow-queries="C:/Program Files/MySQL/MySQL Server 5.0/logs/dl/slow.log"
#Enter a name for the update log file. Otherwise a default name will be used.
log-update="C:/Program Files/MySQL/MySQL Server 5.0/logs/dl/update.log"
#Enter a name for the isam logfile. Otherwise a default name will be used.
log-isam="C:/Program Files/MySQL/MySQL Server 5.0/logs/dl/isam.log"
#Binary log will be rotated automatically when the size exceeds this value. Will also apply to relay logs if max_relay_log_size is 0. The minimum value for this variable is 4096.
max_binlog_size=1024M
#Log queries that are executed without benefit of any index.
log-queries-not-using-indexes
и тем не менее show variables; показывает:
| log | OFF | | log_bin | OFF | | log_bin_trust_function_creators | OFF | | log_error | C:\Program Files\MySQL\MySQL Server 5.0\Data\dl.err | | log_queries_not_using_indexes | OFF | | log_slave_updates | OFF | | log_slow_queries | OFF
Неактивен
Ну, я вижу тут две причины — или mysql не читает этот конкретный my.ini, или
Вы не перезапускали MySQL после изменения файла.
Неактивен