grant all privileges on DB명.* to '사용자ID'@'%' identified by '사용자PW';
select host, user, password from user;
flush privileges;
grant all privileges on DB명.* to '사용자ID'@'%' identified by '사용자PW';
select host, user, password from user;
flush privileges;
특정문자 또는 특수문자 제외하고 검색 조회하기
대량 insert문
데이터 insert 시 한글깨짐현상
mariaDB 및 Mysql 외부IP 접속허용