We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
create user {사용자 ID}@localhost identified by '{비밀번호}';
grant select, insert, update, delete on {DB table}.* to {사용자 ID}@localhost;
show grants for {사용자 ID}@localhost;