Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MySQL ERROR 2003
Name: ZiP Date: February 9, 2005 at 08:01:09 Pacific OS: WinXP CPU/Ram: pentium IIII 256 MB ram
Comment:
I get an error whenever I open mysql: "ERROR 2003: can't connect to MySQL server on 'localhost' (10061)"
Name: Gargamel Date: February 18, 2005 at 01:14:45 Pacific
Reply:
Hi ZiP,
Probably one of the following: 1. Wrong server name/user name/ password. 2. Comunication error: If you are trying to access a remote machine there might be comunication failure, server might be down, etc. Try to restart the machine (Where MySQL installed) and try again. If you are having a problem in the same machine MySQL installed it can be either the server is down or firewall is blocking the access. Reconfiguring the firewall and restaring the server should solve it.
Summary: Im having great difficulty with PHP5 and my current project. The environment is: PHP5 and MySQL4.0.20a-nt running on IIS V5.1 on Windows XP Professional. Im accessing the website through localhost. No...
Summary: Can anyone please tell me what mysql returns if no records are found? Here is what I am doing: $query = "select from ...."; $result = mysql_query($query); if (!$result) : print "Could not f...
Summary: I have just installed mysql 3.23. Anytime i try to get into any of the DB's i keep getting a 1044 error saying "Access denied for user '@localhost' to database 'mysql'" Why can't i get into this? I tr...