hallo,
ik heb een probleem met een site waarop ik niet meer kan inlogegn krijg deze melding:
Host '213.158.xxx.xx' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts'
hoe kan ik dit fixen ik heb een adsl modem waarop ik een keer heb ingebeld maar moet ik daarnu iets in instellen?
ik heb wel dit gevonden maar heb geen mysql directory.
It means that you should run the command:
> mysqladmin -uroot -p[password] flush-hosts
from the command line on your mysql server.
Your host where you are running your script has done a lot of connection errors and therefor been locked out by the mysqld.\
You haven't mentioned if you run windows or unix so I'm assuming you are running windows. Then you will have to choose run under the start menu.
Then write the command:
cmd
and press enter.
That will open the command line interface.
Here you change to the mysql bin directory by using the command:
cd c:\mysql\bin
Then you write the:
mysqladmin -uroot -p[password] flush-hosts
ik kan hier dus niets mee en hoop dat jullie me kunnen helpen
ik heb een probleem met een site waarop ik niet meer kan inlogegn krijg deze melding:
Host '213.158.xxx.xx' is blocked because of many connection errors. Unblock with 'mysqladmin flush-hosts'
hoe kan ik dit fixen ik heb een adsl modem waarop ik een keer heb ingebeld maar moet ik daarnu iets in instellen?
ik heb wel dit gevonden maar heb geen mysql directory.
It means that you should run the command:
> mysqladmin -uroot -p[password] flush-hosts
from the command line on your mysql server.
Your host where you are running your script has done a lot of connection errors and therefor been locked out by the mysqld.\
You haven't mentioned if you run windows or unix so I'm assuming you are running windows. Then you will have to choose run under the start menu.
Then write the command:
cmd
and press enter.
That will open the command line interface.
Here you change to the mysql bin directory by using the command:
cd c:\mysql\bin
Then you write the:
mysqladmin -uroot -p[password] flush-hosts
ik kan hier dus niets mee en hoop dat jullie me kunnen helpen
...