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 1044 error
Name: wheelspinner99 Date: July 5, 2004 at 23:56:54 Pacific OS: xp CPU/Ram: n/a
Comment:
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 tried to create a new db with the same effect. I started to use a GUI and then i could design tables but only in the existing db's 'mysql' and 'test' And yes, I have read the manual. Thats y i'm here.
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: It would be helpful to see mysql's error here, and the final sql query: $result10 = mysql_query($sql) or die("Couldn't execute query.problem: $sql ".mysql_error()); See what that outputs and get back ...