Re: ERROR 2003: Can't connect to MySQL server on 'host ip'(10060)
Hey Thanks Bill,
I've been running this line of code for about 9 months and
it had been working fine until about April 25, 2006.
Then we started getting this error messesage and haven't
been able to connect since.
********* SEE CODE BELOW *************
(From command prompt)
C:\mysql\bin>mysqldump --verbose --opt -u'username' -p'password' 'database name on our side(localhost)' --compatible=mysql323 --tables 'table name' | /mysql/bin/mysql --host='Host IP' -u'username on webserver' -p'password on webserver' -C 'database name on webserver';
-- Connecting to localhost...
-- Retrieving table structure for table stock...
-- Sending SELECT query...
-- Retrieving rows...
ERROR 2003: Can't connect to MySQL server on '66.163.197.88' (10060)
-- Disconnecting from localhost...
well i really dnt understand what to do with this..plz help me out
thanks
BG
Subject
Written By
Posted
Re: ERROR 2003: Can't connect to MySQL server on 'host ip'(10060)
June 29, 2006 05:50AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.