Mysql: Difference between revisions

From Server STB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
Mengatasi Error hostname blocked too many error flush-host
Mengatasi Error hostname blocked too many error flush-host
  SET GLOBAL max_connect_errors = 10000000000;
  SET GLOBAL max_connect_errors = 10000000000;
mysqladmin -p flush-hosts

Revision as of 05:28, 4 March 2024

Import

mysql -u username -p database_name < file.sql

Error

Mengatasi Error hostname blocked too many error flush-host

SET GLOBAL max_connect_errors = 10000000000;
mysqladmin -p flush-hosts