Web Hosting Talk







View Full Version : MYSQL is giving troubles


cyrusTvirus
02-23-2002, 11:21 AM
Since a few seconds I'm getting the error from one of our sites stating the following:

Warning: Host 'XXX.XXX.XXX.XXX' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts' in /home/sites/site14/web/gastenboek/guestbook_show.php on line 63

When I run 'mysqladmin flush-hosts' from the prompt (SSH)
I get the following error:

mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'

Where do I go wrong ?? What should I do to correct this matter ??? how do I unblock.... ANY help is appriciated.....

Thanks in advance.

Robbert

allera
02-23-2002, 11:25 AM
Try

mysqladmin -u root -p flush-hosts

cyrusTvirus
02-23-2002, 11:31 AM
It worked great thanks !!!


Robbert