netsky_cheng 发表于 2013-1-28 09:30:29

MySQL 用户权限分配 Grant 语法详解(zt)

MySQL 用户权限分配 Grant 语法详解

http://www.dgpower.net/index.php/home/showonews/162

http://dev.firnow.com/course/7_databases/mysql/Mysqljs/20090824/171265.html

注意: mysql的数据库名称不能有"-"特殊字符;
grant create routine on procedure rbaccms.prc_page_result to root@localhost;
grant alter routine on procedure rbaccms.prc_page_result to root@localhost;
grant execute on procedure rbaccms.prc_page_result to root@localhost;
show grants for root@localhost;



MySQL 用户权限分配 Grant 语法详解

<div class="times">2010-02-25    文章来源:    浏览次数:318
页: [1]
查看完整版本: MySQL 用户权限分配 Grant 语法详解(zt)