摘要: 建表语句: create database sentry default character set utf8; CREATE USER 'sentry'@'%' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES ON sentry. * TO 'sent 阅读全文
posted @ 2020-06-09 10:43 Simon92 阅读(110) 评论(0) 推荐(0) 编辑