"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > MySQL Installation Stuck on "Starting Server": How to Fix the Windows 8 Bug?

MySQL Installation Stuck on "Starting Server": How to Fix the Windows 8 Bug?

Published on 2024-11-11
Browse:369

MySQL Installation Stuck on

MySQL Configuration Stuck at "Starting Server": Troubleshooting Steps

The installation of MySQL on Windows 8 can sometimes encounter an issue where the server configuration process gets stuck at "starting server." This can be frustrating, especially if you have tried various solutions without success. To address this issue, let's delve into the provided troubleshooting steps that resolved the problem.

The key to resolving the "starting server" issue lies in rectifying a bug in the installation wizard. After installing the MySQL installer, select "Custom" installation and proceed with the configuration steps as usual. However, when you reach the "Configure MySQL Server as a Windows Service" option, it is crucial to select "Run Service as..." and "Standard System Account." However, a bug may cause this setting to be disregarded.

To overcome this bug, follow the additional steps:

  1. While the installation hangs on "Starting server," wait for the time-out message.
  2. When the "Configuration of MySQL Server is taking longer than expected..." message appears, click "OK."
  3. Go to Control Panel > Administrative Tools > Services.
  4. Right-click on "MySQL56" and select "Properties."
  5. Under the "Log On" tab, change "This account:" to "Local System Account."
  6. Enable "Allow service to interact with desktop."
  7. Click "Start" to initiate the service.

By completing these steps, you will successfully start the MySQL56 service and overcome the "starting server" issue. The MySQL Installer configuration will then proceed and complete the installation process. This solution addresses the bug that prevents the configuration from progressing and allows you to complete the MySQL installation seamlessly.

Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3