Mysql 常用

赋权限

GRANT ALL PRIVILEGES ON AI_MP_DOC.* TO root@’%’ IDENTIFIED BY ‘123456’;
GRANT select,insert,update,delete,create,drop,index ON AI_MP_DOC.* TO root@’%’ IDENTIFIED BY ‘123456’;

posted @ 2020-12-04 17:05  ytsee  阅读(22)  评论(0)    收藏  举报