windows7 32bit下MySQL5.5.22安装笔记(2)
来源:未知 责任编辑:责任编辑 发表时间:2015-09-17 09:42 点击:次
affiliates. Other names may be trademarks of their respective
owners. www.2cto.com
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
-------
==〉看到上面类似内容说明登陆成功,此时的root帐号是没有密码的
执行命令修改密码:
use mysql;
update user set password=PASSWORD("这里填写你要设置的密码") where user='root';
执行完成后退出mysql操作,然后关闭mysql服务(ctrl+C 关闭另一个命令窗口),然后重启mysql服务
作者 lotnhiro
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>