기본 콘텐츠로 건너뛰기

2017의 게시물 표시

mysql 접속 full

mysqladmin -u [username] -p flush-hosts mysqladmin flush-hosts -u [username] -p * mysql접속 mysql -u [username] -p SET GLOBAL max_connect_errors=10000; set global max_connections = 200; show variables like "max_connections"; show variables like "max_connect_errors";