mysqladmin flush-hosts unter Plesk
11. September 2014
Host ‘X host’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts In einem normalen System würde man einfach das hier eingeben: mysqladmin -uroot -ppassword flush-hosts Unter Plesk jedoch, muss man den Root nutzen: mysqladmin -uadmin -p`cat /etc/psa/.psa.shadow` flush-hosts

Host 'X host' is blocked because of many connection errors; unblock with 'mysqladmin flush-hostsIn einem normalen System würde man einfach das hier eingeben:
mysqladmin -uroot -ppassword flush-hosts
Unter Plesk jedoch, muss man den Root nutzen:
mysqladmin -uadmin -p`cat /etc/psa/.psa.shadow` flush-hosts
Kommentare
Kommentare werden geladen...