摘要: 输入 mysql -uroot -p 回车进入>use mysql; > update user set password=PASSWORD("newpass")where user="root"; 更改密码为 newpassord > flush privileges; 更新权限> quit 退出 阅读全文
posted @ 2017-06-19 16:01 ComeComeGo 阅读(109) 评论(0) 推荐(0)
摘要: mysqladmin -uroot -p123456 password 123 阅读全文
posted @ 2017-06-19 11:36 ComeComeGo 阅读(466) 评论(0) 推荐(0)
摘要: yum remove php* 阅读全文
posted @ 2017-06-19 08:22 ComeComeGo 阅读(185) 评论(0) 推荐(0)