1、导入数据库:source D:\数据库.sql
3、进入授权用户:mysql -h localhost -u 用户名 -p
5、撤销用户权限:revoke all on *.* from 用户名@localhost;