Coume - Lubox.com wrote:
The only way "mysqld start" will work is if you have /etc/rc.d/init.d in
your path. Use the absolute path to the script mysqld when you run your
command or use "service mysqld start". BTW, "service" is in the /sbin
directory.
Hello
If I type: /sbin/service mysqld start
If give me this error:
Initializing MySQL database: OK
Timeout error occured trying to start Mysql Daemon
Starting MySQL: Failed
Did you remove the anonymous user in MySQL ?
from /etc/rc.d/init.d/mysqld:
# If you've removed anonymous users, this line must be changed to
# use a user that is allowed to ping mysqld.
ping="/usr/bin/mysqladmin -uUNKNOWN_MYSQL_USER ping"
if the user you're using also has a password, add -ppassword
Cheers,
Hannes.