On 8 Feb 2004, at 00:29, [EMAIL PROTECTED] wrote:
Hi,
I have instaled mysql 4.0.17 on a debian server, but i have a big problem.
I can only connect to mysql at the server and only with -h localhost. If I try
this:
mysql -h server -u root
from anywhere i receice always the same response:
ERROR 2003: Can't connect to MySQL server on 'server' (111)
the only way I can connect to the server is typing
mysql -h localhost -u root
at the server.
Can anyone please help? I already search at google and can fine anything.
TIA
Carlos Baptista
Just a thought - have you granted privileges for user 'root' to connect using hostname 'server'?
http://www.mysql.com/doc/en/GRANT.html
HTH Steve.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]