I am trying to connect to MySQL remotly but everytime I get access denied. However if i kill this process
root 3040 1 0 15:07 pts/0 00:00:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql --pid-file=/var/lib/mysql/localhost.localdomain.pid
I am able to connect remotely. But this thread will start everytime I restart the MySQL server. Can anyone suggest me what might be a problem?
Does the safemode thread have to run always?
Thanks