Mengatasi ERROR 1129 (HY000): Host '192.168.xxx.x' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'


Jika kita mengalami ERROR 1129 (HY000): Host '192.168.xxx.x' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
saat akses mysql server dari client maka cara mengatasi nya adalah dengan set max_connect_error = 10000;

code nya adalah :
masuk mysql dari komputer server kita kemudian ketikan kode berikut

mysql >SET GLOBAL max_connect_errors=10000;



cukup mudah bukan sekarang coba akses mysql server dari komputer klient

semoga berhasil...

Related Posts

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel