摘要: 首先创建数据库 create database data_test charset=utf8; 创建用户名为 cwh 密码为 123456 的用户 create user cwh identified by'123456'; 授权 cwh用户访问 data_test 数据库 grant all on 阅读全文
posted @ 2021-03-05 11:25 Bronya天使 阅读(116) 评论(0) 推荐(0) 编辑