Jump to content

Need Help


magicAL

Recommended Posts

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

Link to comment
Share on other sites

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 root

Welcome 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,

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.