Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Msql Error Message
Mjay06
post 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


Notice from BuffaloHELP:
Use proper bbcodes when pasting.
Go to the top of the page
 
+Quote Post
Plenoptic
post 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.
Go to the top of the page
 
+Quote Post
Mjay06
post 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
Go to the top of the page
 
+Quote Post
elevenmil
post 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.
Go to the top of the page
 
+Quote Post
rvalkass
post Jul 26 2006, 12:10 PM
Post #5


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,237
Joined: 28-May 05
From: Devon, England
Member No.: 7,593
Spam Patrol
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.
Go to the top of the page
 
+Quote Post
basyaiban
post 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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Disturbed Message Board(8)
  2. Psp Error- Tut On How To Fix(32)
  3. Error E74? (xbox 360)(12)
  4. Email Error Ends Up On Welsh Road Sign(1)
  5. "un-supported Browser" Message(5)
  6. Getting Php Error On Oscommerce(3)
  7. Ips Driver Error(2)
  8. ---> Ftp Error Codes What They Mean <---(5)
  9. Error Installing Template In Joomla! 1.5.7(0)
  10. Flex Error #1034: Type Coercion Failed: Cannot Convert Mx.managers(1)
  11. Actionscript 3 & Xml Error #1010(0)
  12. An XSL Transform Error(2)
  13. Linux/ Apache /mod_rewrite Issue(4)
  14. Connection Error 800a0e7a On Win Server 2003 X64(1)
  15. Page Load Error When Trying To Get Into Control Panel(2)
  1. Error Installing Windows Xp -error 7 Ntkrnlmp.exe(11)
  2. Virtual Memory Error... Windows Xp(5)
  3. An Error Thought I'd Let The Admins Know About.(4)
  4. Generic Host Error(10)
  5. Mysql Db Is Down Getting Following Error(2)
  6. Error 28 (on Phpmyadmin)(10)
  7. Hosting Problem [resolved](22)
  8. Gmail: 502 Server Error(22)
  9. Wordpress Error - Bytes Exausted [resolved](7)
  10. Message Box (c#)(6)
  11. 403 Forbidden Error When Accessing My Site(11)
  12. Phpbb3 - Error 28(5)
  13. Scroll Message On Top Of Your Browser..(3)
  14. Help Me _ Error Message: "could Not Retrieve Session Record"(2)
  15. Gmail Outrage(19)


 



- Lo-Fi Version Time is now: 22nd November 2008 - 08:04 PM