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
Name: sak Date: November 4, 2004 at 13:17:19 Pacific OS: xp CPU/Ram: 2.6ghz
Comment:
Why do i get this error when i try to start mysql and type this mysql -u admin -p Then I enter password and hit enter and then this happens.
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)
Summary: Alright, I'm really bummin' here. I found a site that seemed like it was going to be the answer to my MySQL configuration prayers http://www.quicomm.com/apm_mysql.htm. But something has gone wrong a...
Summary: First; try to output the mysql-error aswell and use a link-identiefier: $link_id = mysql_connect($DBhost,$DBuser,$DBpass) if (!link_id){die("Unable to connect to database".mysql_error());} Now the scr...
Summary: I'm using PHP and mysql. I'm having a problem figuring out how to handle mysql errors and warnings. For example, if I have trouble connecting to the database, I know how to check the return from the m...