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
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