# 유저 생성

create user 'root'@'%'identified by 'root';

 

#권한 설정

grant all privileges on *.* to 'root'@'%' with grant option;

Posted by 명혀니
,