2017年2月6日
摘要: 用户管理 mysql>use mysql; 查看 mysql> select host,user,password from user ; 创建 mysql> create user zx_root IDENTIFIED by 'xxxxx'; //identified by 会将纯文本密码加密作为 阅读全文
posted @ 2017-02-06 06:46 adolfmc 阅读(221) 评论(0) 推荐(0)