mysql flush-hosts

錯誤信息:mysql

message from server: "Host 'ip' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"sql


一、使用mysqladmin flush-hosts命令清除緩存,命令執行方法以下:vim

命令行或終端:mysqladmin  -u  root  -p  flush-hosts緩存

接着輸入root帳號密碼便可 ide

二、修改mysql配置文件,在[mysqld]下面添加 max_connect_errors=1000,而後重啓mysqlspa

service mysqld restart命令行


若是root密碼忘記:rest

vim /etc/my.cnf orm

加入:skip-grant-tablesserver

重啓從新鏈接時mysql -uroot -p 便可從新輸入密碼



其餘經常使用命令:

一、  登陸:# mysql -uroot -p 

查看全部庫:show databases;

全部用戶:select user,host from user;

修改root用戶鏈接權限:update  user set host=’%’where user=’root’

SETPASSWORD = PASSWORD(‘your new password‘);

相關文章
相關標籤/搜索