MySQL创建和删除用户时间:2021-07-30 08:53:29 一、创建用户 create user ‘username’@’host’ identified by ‘password’ 二、删除用户 drop user ‘username’@’host’