如何重设 MySQL 的 root 密码
摘要:
记得root密码的前提可以这样操作 方法1: 用SET PASSWORD命令 首先登录MySQL 格式:mysql> set password for 用户名@localhost = password('新密码'); 例子:mysql> set password for root@localhost 阅读全文
posted @ 2018-01-09 18:08 星河赵 阅读(347) 评论(0) 推荐(0)
浙公网安备 33010602011771号