내부에서 접속가능한 유저 생성 시 CREATE USER '아이디'@'localhost' identified by '비밀번호';
CREATE USER '아이디'@'%' identified by '비밀번호';