摘要: 用户管理 1、 查询用户 use user; select host,user from user; 2、 创建用户 create user hkx001 IDENTIFIED by 'hkx001'; create user hkx010@127.0.0.1 IDENTIFIED by 'hkx0 阅读全文
posted @ 2017-07-15 17:23 coshaho 阅读(239) 评论(0) 推荐(0)