受權與收回權限: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