受权与收回权限:mysql
mysql> grant select,insert on test.* to "user1"@"localhost" identified by "pass";sql
mysql> revoke insert on test.* from "user1"@"localhost";ide
帮助的使用:it
按照层次查看帮助:class
mysql> ? contentstest
mysql> ? Data Typesselect
mysql> ? INT权限
快速查阅帮助:di
mysql> ? show view
mysql> ? create
mysql> ? create TABLE