首页 >

解决MySQL安装时1045错误办法

数据库|mysql教程解决MySQL安装时1045错误办法
MySQL安装,解决MySQL安装时1045错误的方法,数据
数据库-mysql教程
游戏源码是什么,vscode版本绿色,ubuntu误删内核,tomcat访问文件,sqlite如何安装,网页设计的基础,虚拟空间mssql数据库,服务器租用哪家好,wordpress 导航 插件,前端ui框架文档,黑色多足爬虫,php下拉框,hyein seo,springboot高级,option 标签 onmousemove,寻人网站源码,html个人网页代码,仿游戏官网模板,企业后台管理,简单网页页面代码,餐厅管理系统源码,傅里叶变换的matlab程序lzw
该错误只在Windows系统上出现,Linux下好像好没有,据说这个错误已经存在n年了,有人extremely dispointed that it still exists
微客商 源码,vscode如何添加双引号,ubuntu vim 图形,点击tomcat无法启动,数据爬虫es,在线php时间戳转换日期,哪些代理公司做seo业务,贷款公司网站源码 asp,域名的模板为临时模板lzw
手机扫描二维码源码,开发微信小程序vscode,ubuntu 设置777,sts调出tomcat网址,快递网站爬虫,php 解析验证码,百度推广seo公司价格,用asp.net做企业网站lzw

该错误只在Windows系统上出现,Linux下好像好没有,据说这个错误已经存在n年了,有人extremely dispointed that it still exists here in 2009!

错误的原因更令人抓狂,,那就是mysql server instance config wizard根本没有为你设密码,于是root密码是空!实在不明白如果没有为我设密码那中间为什么叫我设个密码。

解决办法:

I clicked Skip on the dialog that states the Error 1045…
Then cancelled the “MySQL Server Instance Config Wizard”
Now…
Open a command prompt type “mysql -u root -p” then hit
enter again when it requests a password.
You should now have access to the mysql monitor…
type the following at the prompts…
mysql>use mysql
mysql>select user, host, password from user;
# Now you should see that u have 3 entries
+—————————–+
| user | host | password |
+—————————–+
| root | localhost | |
| root | 127.0.0.1 | |
| | localhost | |
+—————————–+
mysql> delete from user where host=”localhost” and user=””;
mysql> update user set password=password(“xxxx”) where user=”root”;
mysql> flush tables;
mysql> flush privileges;
mysql> quit
Now the mysql table should be updated and everything fixed.
Try it out…

然后就可以用config wizard跑一遍了。

PS: 国内和国外的水平真是差得远,国内的砖家们只会告诉你是和以前安装的mysql版本冲突了,把它卸干净,再把配置啊注册表啊都删干净(简直就是既然我不知道是哪错了那就是全错了),再重装。而问题根本没解决。。。。。。人国外的却能一针见血地指出问题之所在。


解决MySQL安装时1045错误办法
  • RHEL5.5下MySQL Proxy 安装
  • RHEL5.5下MySQL Proxy 安装 | RHEL5.5下MySQL Proxy 安装 ...

    解决MySQL安装时1045错误办法
  • CentOS下安装MySQL的过程记录
  • CentOS下安装MySQL的过程记录 | CentOS下安装MySQL的过程记录 ...

    解决MySQL安装时1045错误办法
  • 安装MySQL常见的三种方式【MySQL】
  • 安装MySQL常见的三种方式【MySQL】 | 安装MySQL常见的三种方式【MySQL】 ...