2

我刚刚在装有 Windows XP Service Pack 3 的 PC 上安装了 MySQL Workbench 5.2.25 CE 当试图在本地主机上创建一个新的服务器实例时,Workbench 要求我输入有关该服务的 root 密码。在设置过程中,我没有被要求输入 root 密码...将密码留空(甚至输入“假”密码)会导致以下错误消息:

'正在连接到 MySQL 服务器 localhost...

无法连接到“127.0.0.1”(10061)上的 MySQL 服务器

使用 cmd 框并尝试以 root (mySQL -u root) 身份登录 mySQL 我也遇到以下错误: ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)

mySQL 的设置很顺利,我没有被要求任何东西……我有什么问题吗?

4

1 回答 1

1

I know this is an old question but ...

Take a look at the my.ini file, If there is a default user/password. use that. If this is set mysql will use this.

You can also try mysql -uroot -p

if the password is really blank then this will let you in

于 2012-06-08T17:57:33.320 回答