PDA

View Full Version : Database Errors


evenmonkeys
01-02-2005, 04:25 AM
Every single actions taken on my forum gives a database error. Everytime someone opens a page, plays a game, views a profile, etc., this error is sent to my email.

Database error in vBulletin :

cannot use database xyarub_com_-_forums
mysql error: Access denied for user: 'xyarub@localhost' to database 'xyarub_com_-_forums'

mysql error number: 1044

Date: Sunday 02nd of January 2005 12:28:14 AM
Script: http://forums.xyarub.com/archive/index.php/ (http://forums.xyarub.com/archive/index.php/)
Referer:
IP Address: x.x.x.x

Here's the problem...
I moved my database from one http://forums.xyarub.com (http://forums.xyarub.com/) to http://forums.xinnyburt.com (http://forums.xinnyburt.com/). Everything seems to be working fine, but it sends errors with everything.

Help me!

Michael Morris
01-02-2005, 05:05 AM
Check your config.php file. Verify that it's got the correct password that it needs for that username, and that the port is correct.

evenmonkeys
01-03-2005, 05:48 AM
Everything is correct. Does it have anything to do with the tables in my database? >_< I have no idea what it could be.

Xenon
01-03-2005, 12:13 PM
it has nothing to do with vb itself, the message shows that the mysql permissions are set up incorrectly

evenmonkeys
01-04-2005, 08:23 AM
it has nothing to do with vb itself, the message shows that the mysql permissions are set up incorrectly
Not following you.

lasto
01-04-2005, 08:28 AM
im not smart i just used google :)

It sounds like you have not been given the correct privileges that permit you to insert new data into your DB. Assuming your access information (username, password, etc.) is correct, then your GRANT privileges are not set properly. You'll need to contact your host and have them verify that you can do the following:

INSERT
UPDATE
DELETE
ALTER
DROP
CREATE

Marco van Herwaarden
01-04-2005, 09:04 AM
Are other hosts then localhost allowed access to your database in the mysql config?

evenmonkeys
01-04-2005, 11:13 AM
All of my privileges are set to yes.