單純新增使用者
create user 'username'@'localhost' identified by 'password';
新增權限使用者
grant all privileges on *.* to 'username'@'localhost' identified by 'password' with grant option;
單純新增使用者
create user 'username'@'localhost' identified by 'password';
新增權限使用者
grant all privileges on *.* to 'username'@'localhost' identified by 'password' with grant option;
留言
張貼留言