MySQL创建和删除用户

创建用户

create user ‘username’@’host’ identified by ‘password’

删除用户

drop user ‘username’@’host’

猜你喜欢

转载自blog.csdn.net/chenmiaoqin950606/article/details/80045751