The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Database / MySQL error
I'm getting this message below about 100+ times a day since I moved to my own server from godaddy.
Code:
Database error in vBulletin : mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Host 'p3nlhg550.shr.prod.phx3.secureserver.net' is not allowed to connect to this MySQL server /home/content/32/4571132/html/sites/green_rom_project/com/includes/class_core.php on line 317 MySQL Error : Error Number : Request Date : Saturday, March 9th 2013 @ 08:16:32 AM Error Date : Saturday, March 9th 2013 @ 08:16:33 AM Script : http://greenromproject.com/reider-team-[premium]/?sort=lastpost&order=asc Referrer : IP Address : 173.199.115.3 Username : Classname : vB_Database MySQL Version : Code:
Host 'p3nlhg550.shr.prod.phx3.secureserver.net' Code:
/home/content/32/4571132/html/sites/green_rom_project/com/includes/class_core.php Does anyone have any ideas? |
#2
|
|||
|
|||
Host in your config needs changed to localhost as you still have the old godaddy one
|
#3
|
|||
|
|||
Thats what I thought but I have already changed the host in the config file to localhost via local IP (127.0.0.1) with the correct database name, username, password.
Another weird thing is the referenced hostname changes depending on the email I get... Code:
Host 'p3nlhg549.shr.prod.phx3.secureserver.net' Code:
Host 'p3nlhg550.shr.prod.phx3.secureserver.net' Code:
Host 'p3nlhg551.shr.prod.phx3.secureserver.net' Code:
Host 'p3nlhg552.shr.prod.phx3.secureserver.net' Code:
// ****** MASTER DATABASE SERVER NAME AND PORT ****** // This is the hostname or IP address and port of the database server. // If you are unsure of what to put here, leave the default values. // // Note: If you are using IIS 7+ and MySQL is on the same machine, you // need to use 127.0.0.1 instead of localhost $config['MasterServer']['servername'] = '127.0.0.1'; $config['MasterServer']['port'] = 3306; |
#4
|
||||
|
||||
Try changing it to:
$config['MasterServer']['servername'] = 'localhost'; |
#5
|
|||
|
|||
I'm not sure why this would make any difference but, I changed the name of the config.php file on the old host to config.php.old a couple hours ago and I haven't received an error email since... I don't know why that would have made any difference but it seems to have resolved the emails.
I also changed the 127.0.0.1 to localhost just now to attempt to help resolve any errors in the future. Thanks for the assist. |
#6
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|