Can't connect to MySQL server on 'localhost' (10061) after Installation

后端 未结 30 2908
予麋鹿
予麋鹿 2020-12-13 00:08

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 return

30条回答
  •  眼角桃花
    2020-12-13 00:22

    The solution that fixed the issue was using the following steps:

    In Start Menu, search for "mysql". Among the results, you should see the "MySQL Installer - Community". Run it. MySQL Installer window will show up as shown below. Find "MySQL Server" under Product and click on "Reconfigure" link. MySQL Installer Community

    The MySQL Installer will show up (same one you used for the first MySQL Server installation). Go through all the steps.

    After the MySQL Installer was finished, I started the MySQL service again.

提交回复
热议问题