|
|
|
|
![]() ![]() |
Jul 25 2006, 07:44 PM
Post
#1
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 220 Joined: 4-July 06 From: Nottingham UK Member No.: 26,049 |
Can anyone make sense of this? Its not a Trap17 problem by the way.
QUOTE Warning: mysql_connect(): Host 'neo.**********.com' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in /home/*****/public_html/inc/connectdb.php on line 2 Warning: mysql_select_db(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/******/public_html/inc/connectdb.php on line 3 Warning: mysql_select_db(): A link to the server could not be established in /home/******/public_html/inc/connectdb.php on line 3 |
|
|
|
Jul 25 2006, 08:18 PM
Post
#2
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 2,258 Joined: 5-November 05 From: That one place over there... Member No.: 13,830 myCENT:26.44 |
QUOTE Warning: mysql_select_db(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/******/public_html/inc/connectdb.php on line 3 I am pretty sure that that part of the error says that your password is either wrong or the user isn't assigned to the database. Double check the spelling on the name/database/password and make sure you have the proper prefix for the name and database. Maybe that will help clear up some of the other errors but I don't know what is in the files it is trying to read. |
|
|
|
Jul 25 2006, 08:25 PM
Post
#3
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 220 Joined: 4-July 06 From: Nottingham UK Member No.: 26,049 |
Its quite strange, you are greeted with that lot before you get the chance to login, & its a pretty simple url to get to that page.
You get all the site images loading, though not in the correct place as the screen is riddled with error messages. Could it just be the database has blown up? This post has been edited by Mjay06: Jul 25 2006, 08:26 PM |
|
|
|
Jul 26 2006, 03:52 AM
Post
#4
|
|
|
Super Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 440 Joined: 22-March 05 Member No.: 4,795 |
Have you gone to the file where the error is occuring. Look at the coding and see if there are any goofups and mistakes. Many times the source of the problem is exactly where the message is saying.
|
|
|
|
Jul 26 2006, 12:10 PM
Post
#5
|
|
|
apt-get moo ![]() Group: [MODERATOR] Posts: 2,237 Joined: 28-May 05 From: Devon, England Member No.: 7,593 ![]() myCENT:45.20 |
The clue here is:
QUOTE Host 'neo.**********.com' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' This error only occurs after the server has basically banned the user from accessing the database, usually because it presumes you are a hacker. It happens when a load of max_connect_errors occur, and then they get abruptly halted for an unknown reason. This probably means an error in the code, perhaps a loop running way too many times or something. Unfortunately the only way to get access again is for a command to be run on the shell of the server. If it isn't your server, you're gonna have to ask the admin very nicely to run the command: CONSOLE mysqladmin flush-hosts Which will allow you access again. Just don't run any scripts again until you have checked what is causing the error. |
|
|
|
Jul 27 2006, 03:56 AM
Post
#6
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 27-July 06 Member No.: 27,337 |
I'll tray to solve this, this is my analysis from this problem:
QUOTE Warning: mysql_connect(): Host 'neo.**********.com' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in /home/*****/public_html/inc/connectdb.php on line 2 Warning: mysql_select_db(): Access denied for user: 'nobody@localhost' (Using password: NO) in /home/******/public_html/inc/connectdb.php on line 3 Warning: mysql_select_db(): A link to the server could not be established in /home/******/public_html/inc/connectdb.php on line 3 These errors occured when the connection file (connectdb.php) doesn't match with the mysql role. Just check the mysql user n password, and then recheck it with the connectdb.php If it doesn't solve, tell us the detail of your connectdb.php file, n lets analys it.. mbahePHP |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd November 2008 - 08:04 PM |