SQLinfo.ru - Все о MySQL

Форум пользователей MySQL

Задавайте вопросы, мы ответим

Вы не зашли.

#1 11.05.2012 20:01:11

registerers
Участник
Зарегистрирован: 23.12.2010
Сообщений: 6

Как включить логирование в MySQL под Windows Server?

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

Неактивен

 

#2 12.05.2012 21:18:20

paulus
Администратор
MySQL Authorized Developer and DBA
Зарегистрирован: 22.01.2007
Сообщений: 6757

Re: Как включить логирование в MySQL под Windows Server?

Ну, я вижу тут две причины — или mysql не читает этот конкретный my.ini, или
Вы не перезапускали MySQL после изменения файла.

Неактивен

 

Board footer

Работает на PunBB
© Copyright 2002–2008 Rickard Andersson