删除mysql用户名的方法:1、使用drop删除,语法为【drop user XXX;删除已存在的用户】;2、使用delete删除,语法为【delete from user where user='XXX' and host='..'】。
技术文章 / 下载软件趣味内容 / 专业带飞