11

建表语句:

create database sentry default character set utf8;

CREATE USER 'sentry'@'%' IDENTIFIED BY 'password';

GRANT ALL PRIVILEGES ON sentry. * TO 'sentry'@'%';

FLUSH PRIVILEGES;

 

posted @ 2020-06-09 10:43  Simon92  阅读(110)  评论(0编辑  收藏  举报