Package: mysql-server-5.0

Version: 5.0.27-1

when I launch mysqld_multi, [mysqldX] sections of the /etc/mysql/my.cnf file are ignored whereas /etc/mysql/my.cnf is the default configuration file. In order that the [mysqldX] section are read, the option --config-file=/etc/mysql/my.cnf should be used or i have to put the option: config-file = /etc/mysql/my.cnf in the [mysqld_multi] section of the /etc/mysql/my.cnf file.

e.g:

# mysqld_multi report
Reporting MySQL servers
No groups to be reported (check your GNRs)

# mysqld_multi --config-file=/etc/mysql/my.cnf report
Reporting MySQL servers
MySQL server from group: mysqld2 is not running


/etc/mysql/my.cnf content:

[mysqld_multi]
mysqld     = /usr/bin/mysqld_safe
mysqladmin = /usr/bin/mysqladmin
user       = multi_admin
password   = my_password

[mysqld2]
socket     = /tmp/mysql.sock2
port       = 3307
pid-file   = /var/lib/mysql2/hostname.pid2
datadir    = /var/lib/mysql2
language   = /usr/share/mysql/english
user       = unix_user1

I am using Debian GNU/Linux etch , kernel 2.6.18






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to