--7mysql数据库的授权.docVIP

  • 1
  • 0
  • 约小于1千字
  • 约 2页
  • 2020-12-24 发布于四川
  • 举报
  7.mysql数据库的授权   mysqlgrant select,insert,delete,create,drop   on *.* (或test.*/user.*/..)   to 用户名@localhost   identified by 密码;   如:新建一个用户帐号以便可以访问数据库,需要进行如下操作:   mysql grant usage   - ON test.*   - TO testuser@localhost;   Query OK, 0 rows affected (0.15 sec)   此后

文档评论(0)

1亿VIP精品文档

相关文档