MySQL创建新用户并赋予权限的命令:
grant select on databasename.* to ‘username’@'%’ identified by ‘password’ with grant option;
做个记号,以备后用。
本文Dao Blog - 道博客版权所有,可转载,但需注明出处:http://www.daoblog.com/mysql-create-new-user.html
下篇文章: MySQL数据库备份和还原的常用命令
上篇文章: PR值为10、9、8的网站
"MySQL创建新用户并赋予权限的命令" was posted on Tuesday, October 30th, 2007 at 9:56 pm.
发表评论


