摘要: 1.1 忘记用户密码的解决办法 普通用户,直接用root超级管理员登录进去修改密码就可以了,但是如果root密码丢失了,怎么办呢? 1.1.1 msyqld_saft方式找回密码 停止mysql:service mysqld stop; 安全模式启动:mysqld_safe –skip-grant- 阅读全文
posted @ 2016-11-04 09:00 何石-博客 阅读(11290) 评论(0) 推荐(0) 编辑
摘要: 用户管理 mysql>use mysql; 查看 mysql> select host,user,password from user ; 创建 mysql> create user zx_root IDENTIFIED by 'xxxxx'; //identified by 会将纯文本密码加密作为 阅读全文
posted @ 2016-11-04 08:36 何石-博客 阅读(240) 评论(0) 推荐(0) 编辑