Can#39;t connect to MySQL server on #39;localhost#39; (10061) after Installation(安装后无法连接到“localhost(10061)上的 MySQL 服务器)
问题描述
我在 Windows 7 上使用 mysql-installer-5.5.20.0.msi 安装了 MySQL.在 cmd 窗口中,我运行mysqlshow -u root -p".它要求输入密码,然后返回此错误:无法连接到 'localhost' (10061) 上的 MySQL 服务器"这是部分失败/成功安装的不良指示.
I installed MySQL using mysql-installer-5.5.20.0.msi on Windows 7. From the cmd window, I run "mysqlshow -u root -p". It asked for a password, then returned this error: "Can't connect to MySQL server on 'localhost' (10061)" This is a bad indication of partially failed/successful installation.
阅读页面后,http://dev.mysql.com/doc/refman/5.5/en/windows-troubleshooting.html,它告诉我在 C:Program FilesMySQLMySQL Server 5.5data 中找到错误日志 (.err).目录存在但没有日志文件.
After reading the page, http://dev.mysql.com/doc/refman/5.5/en/windows-troubleshooting.html, it told me to find an error log (.err) in C:Program FilesMySQLMySQL Server 5.5data. The directory exists but there is no log file.
我感觉这与 Windows 7 的严格安全性有关,尤其是在安装基于 Unix 的软件时.是的,我是我电脑上的管理员.
I have a feeling this is related to the tight security of Windows 7, especially when installing a Unix based software. And yes, I am the Administrator on my PC.
感谢任何帮助或建议.而且我可以通过回答 Java 和 SQL 查询问题来报答你.
Any help or suggestions is appreciated. And I can return a favor by answering Java and SQL query questions.
推荐答案
这个问题非常需要windows server用户解决
this issue is very to solve by windows server users
去这条路C:Program FilesMySQLMySQL Server 5.1in
go to this path C:Program FilesMySQLMySQL Server 5.1in
运行这个工具MySQLInstanceConfig.exe"
run this tool "MySQLInstanceConfig.exe"
然后重新配置实例,问题就解决了
and config the instatnce again and problem solved
这篇关于安装后无法连接到“localhost"(10061)上的 MySQL 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:安装后无法连接到“localhost"(10061)上的 MySQL 服务器


- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- 更改自动增量起始编号? 2021-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- SQL 临时表问题 2022-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01