PDA

View Full Version : 1044 Error Code Help?


Rip Da Monsta
05-24-2005, 01:04 AM
AIM= lll rip lll

Hi, i recently installed a Vb, im stuck at step 2...and i recieved that 1044 error code...

Step 2) Connect to the database

Attempting to attach to database

Connect failed: unexpected error from the database.

Error number: 1044

Error description: Access denied for user: 'futheremix@localhost' to database 'forums'

Please ensure that the database and server is correctly configured and try again.

and i also got this email..

Database error in vBulletin :

cannot use database forums
mysql error: Access denied for user: 'futheremix@localhost' to database 'forums'

mysql error number: 1044

help? i really am lost...

Zero Tolerance
05-24-2005, 02:11 AM
In your /includes/config.php, check your database username/password settings, either the username is wrong, or password.

If in doubt contact your host, as we cannot tell you what they are.

- Zero Tolerance

Paul M
05-24-2005, 02:20 AM
I'm curious as to how installing a hack would change your config file. What hack was it ?

Zero Tolerance
05-24-2005, 03:23 AM
Uhm, he didn't say he installed a hack:
Hi, i recently installed a Vb, im stuck at step 2...and i recieved that 1044 error code...

Unless i'm missing something?

- Zero Tolerance

Paul M
05-24-2005, 03:45 AM
Uhm, he didn't say he installed a hack:


Unless i'm missing something?

- Zero ToleranceNope, your right - I mis-read it :glasses:

Rip Da Monsta
05-24-2005, 07:55 PM
is anybody avlaiable to give me step by step fix, i am 100% that the info is typed correctly...i need some help

Paul M
05-24-2005, 09:03 PM
The user/password you are using does not have the correct mysql permissions - if you cannot control this then you need to speak to your host.

Rip Da Monsta
05-24-2005, 09:49 PM
i own the server, im telling ya i TRIPLE checked...i've heard something about granting something, but this shouldnt be the case since i am the sever owner...please any more help would be really appreicated

i have granted myself FULL permission on my server, does it have somethign to do with my MqSQL version?

Paul M
05-24-2005, 10:29 PM
i own the server, im telling ya i TRIPLE checked...i've heard something about granting something, but this shouldnt be the case since i am the sever owner...please any more help would be really appreicated

i have granted myself FULL permission on my server, does it have somethign to do with my MqSQL version?

Do you know how to create mysql users, databases, and grant database permissions to those users ?

Being the owner means nothing if you haven't actually granted the user you are using the correct permissions.

Rip Da Monsta
05-24-2005, 10:50 PM
they seem to have, it's tellin me i have all the proper permissions, and i was jsut letting you know, i am the owner. To install a VB do i need to edit the db_mysql.php file?

p.s. i also have msn if it would make this easier, please man..ANYTHING im desperate at this point

actually, i have recieved another error now...trying to fix this...Step 2) Connect to the database

Attempting to attach to database

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /var/www/html/forums/includes/db_mysql.php on line 141

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

i think i narrowed it down to

Step 2) Connect to the database

Attempting to attach to database

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /var/www/html/forums/includes/db_mysql.php on line 141

The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.

i think i narrowed it down to

$this->error = mysql_error($this->link_id);

that is line 141, someone explain to me what that means, and what i must do to fix it

Paul M
05-24-2005, 11:16 PM
You are missing the point - it has nothing to do with the vb code, the error is permissions.

"The database has failed to connect because you do not have permission to connect to the server"

Until you fix this you will get nowhere. (and sorry no, I don't have MSN access).

Rip Da Monsta
05-24-2005, 11:19 PM
if you read my previous post, it's tellin ya i am having a different problem now...

Marco van Herwaarden
05-25-2005, 04:21 AM
Either the database information in your config.php is not correct, or the MySQL user don't have sufficient permissions to the database.