码迷,mamicode.com
首页 > 数据库 > 详细

SQL DCL 语句

时间:2016-04-26 22:29:50      阅读:545      评论:0      收藏:0      [点我收藏+]

标签:sql dcl 语句

授权与收回权限:

mysql> grant select,insert on test.* to "user1"@"localhost" identified by "pass";

mysql> revoke insert on test.* from  "user1"@"localhost";

帮助的使用:

按照层次查看帮助:

mysql> ? contents

mysql> ?  Data Types

mysql> ? INT

快速查阅帮助:

mysql> ? show 

mysql> ? create

mysql> ? create TABLE


SQL DCL 语句

标签:sql dcl 语句

原文地址:http://wangqh.blog.51cto.com/5367393/1767913

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!