라벨이 ddl인 게시물 표시

MySQL GRANT

grant all privileges on TABLE_NAME.* to 'username'@'xxx.xxx.xxx.xxx' identified by 'password'; flush privileges; 모든 아이피에서 접근 허용하기 grant all privileges on TABLE_NAME.* to 'username'@'%' identified by 'password'; flush privileges;