/etc/my.cnf - O que estou perdendo?

5

Estou recebendo o seguinte erro:

error: Found option without preceding group in config file: /etc/my.cnf at line: 1
Fatal error in defaults handling. Program aborted

aqui está meu arquivo /etc/my.cnf:

[root@host backup]#cat /etc/my.cnf
max_allowed_packet=100M
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

[mysqldump]
max_allowed_packet=100M
    
por MangeshBiradar 22.01.2013 / 14:13

1 resposta

11

Adicione [mysqld] como primeira linha do seu my.cnf -file.

    
por 22.01.2013 / 17:47

Tags