2017年11月3日
摘要: 1. SQL> set password for root@localhost=password("xxx"); 2. $ mysqladmin -u用户名 -p旧密码 password 新密码 忘记密码 1.SHELL> mysqld_safe --skip-grant-tables 启动后 2. 阅读全文
posted @ 2017-11-03 10:17 ChaseForFuture 阅读(263) 评论(0) 推荐(0)