数码产品

mysql 创建用户并授权数据库

create user test identified by ‘password’;password  你要创建的用户对应的密码

grant all on database.*  to  test;  database 指要授权的数据库

posted @ 2019-08-09 22:19  Hackerman  阅读(1045)  评论(0编辑  收藏  举报
数码产品