Re: restarting mysql server

2005-05-27 Thread Gleb Paharenko
Hello. It looks like the path is wrong. Find out the correct value from /etc/init.d/mysql file and put it in the configuration file. >Hi, >I check my.cnf configure file. I find Pid-file path is >/var/run/mysqld/mysqld.pid, but I couldn't find mysqld directory in >/var/run and couldn't

Re: restarting mysql server

2005-05-26 Thread Gleb Paharenko
Hello. Probably mysqld_safe uses wrong values for directories. Possible solution is to store the correct paths in configuration file, and if it is situated not in standard location, launch mysqld_safe with --defaults-file=path_to_config_file. Or use command line options for mysqld_safe. Chec

restarting mysql server

2005-05-25 Thread Ying Sun
Dear there, After install mysql 4.1.12 by using rpm, I have some problems to restart server after shutting down it. When I use "mysqld_safe" try to restart, it give me error as follws: Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/run/mysqld/mysqld