Georg,
Friday, March 15, 2002, 11:05:19 AM, you wrote:

>> I can't connect to mysql remotely. I have added my hostname to the host
>> table, i have the correct entries in user table,for localhost, my hostname,
>> my ip, and even %. i can login locally through the shell, and the uname and
>> pass is same for all entries. What else could be wrong. I'm using a php
>> script to connect, the error code i get is not in the docs.
>> Can't connect to MySQL server on 'chandra056.besthost.net' (10060)
>> help please

Mike, it looks like that your MySQL server is not running. Try to check if
your MySQL server is running by using telnet:

   telnet chandra056.besthost.net 3306 

This error also covered in the manual, look at:
   http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html

GR> Did you execute FLUSH PRIVILEGES statement or run mysqladmin flush-privileges 
GR> to tell the server to reload the grant tables?!

Georg, it is not necessary to do 'FLUSH PRIVILEGES' or 
'mysqladmin reload' if you use GRANT statement for setting 
privileges to users.

GR> Georg





-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to