hi

as per the online manual, i have configured mysql and able to run the server as 
mysqld_safe. but if i want to run mysqld_multi with the following configuration 
it doesnt work... the config file is like
[mysqld_multi]
mysqld     = /usr/local/mysql/bin/mysqld_safe
mysqladmin = /usr/local/mysql/bin/mysqladmin
user       = mutli_admin
password   = admin_multi

[mysqld2]
socket     = /tmp/mysql.sock2
port       = 3307
pid-file   = /usr/local/mysql/var2/hostname.pid2
datadir    = /usr/local/mysql/var2
user       = amitg

[mysqld3]
socket     = /tmp/mysql.sock3
port       = 3308
pid-file   = /usr/local/mysql/var3/hostname.pid3
datadir    = /usr/local/mysql/var3
user       = shann
i am starting the server with the following command 
/usr/local/mysql/bin/mysqld_multi start
this command doesnt throw any errors as such and the report i am getting my 
executing the command
/usr/local/mysql/bin/mysqld_multi report is
Reporting MySQL servers
MySQL server from group: mysqld2 is not running
MySQL server from group: mysqld3 is not running
what am i doing wrong. please guide me
regards
shann


_______________________________________________________________ 
Have your own email and web address for life.

http://www.homemaster.net - Homemaster. Come Together. Online.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to