magicAL Posted December 2, 2003 Share Posted December 2, 2003 I\'m Using Invision Powerboard, its been fine since March. Now, for no apparent reason, i get the following message. Im a real novice when it comes to MySQL - does this mean anything to anyone? =============================================== Warning: mysql_connect() [function.mysql-connect]: Access denied for user: \'httpd@localhost\' (Using password: NO) in /home/sites/site11/web/forums/sources/Drivers/mySQL.php on line 64 Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/sites/site11/web/forums/sources/Drivers/mySQL.php on line 67 ERROR: Cannot find database Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/sites/site11/web/forums/sources/Drivers/mySQL.php on line 100 There appears to be an error with the database. You can try to refresh the page by clicking here, if this does not fix the error, you can contact the board administrator by clicking here Error Returned mySQL query error: DELETE FROM sessions WHERE running_time < 1070386641 or ip_address=\'192.168.0.144\' mySQL error: Access denied for user: \'httpd@localhost\' (Using password: NO) mySQL error code: 1045 Date: Tuesday 02nd of December 2003 06:37:21 PM Quote Link to comment https://forums.phpfreaks.com/topic/1453-need-help/ Share on other sites More sharing options...
shivabharat Posted December 2, 2003 Share Posted December 2, 2003 First you need to check if you have an user ID by this name \"\'httpd@localhost\" to check this log into mysql C:mysqlbin>mysql -u rootWelcome to the MySQL monitor. Commands end with ; or g. Your MySQL connection id is 36 to server version: 4.1.0-alpha-max-nt-log Type \'help;\' or \'h\' for help. Type \'c\' to clear the buffer. mysql> use mysql; Database changed mysql> select * from user; This will display the details and if you dont find a user by that name you need to add one, Quote Link to comment https://forums.phpfreaks.com/topic/1453-need-help/#findComment-4790 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.