网站地图    收藏   

主页 > 后端 > php资料库 >

最简单的mysql修改root密码的方法_自学php网

来源:自学PHP网    时间:2014-12-04 22:12 作者: 阅读:

[导读] 首先以root账户登录命令行 Enter password: ************** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 384 Server version: 5.0.51b-community-nt-log MySQL Community Edition (GPL) Type help; or \...

首先以root账户登录命令行

Enter password: **************
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 384
Server version: 5.0.51b-community-nt-log MySQL Community Edition (GPL)

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer

//就下面这一行而已,把单引号里面的内容改成自己的新密码,OK.

mysql> set password = password(‘newpassword’);

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论