Mysql用户创造和授权

Mysql用户创建和授权?本文例子适用于:MySQL 5.0.2 及以上版本。 MySQL创建用户 grant select on testdb.* t

Mysql用户创建和授权

?

本文例子适用于:MySQL 5.0.2 及以上版本。

MySQL创建用户
grant select on testdb.* to dba@localhost with grant option;

这个特性一般用不到。实际中,数据库权限最好由 DBA 来统一管理。

?

转载:http://www.sqlstudy.com/sql_article.php?id=2008080601

<!-- content --><!-- container -->