Home  >  Article  >  Database  >  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?

DDD
DDDOriginal
2024-11-08 20:00:03393browse

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.

The above is the detailed content of MySQL Installation Stuck on "Starting Server": How to Fix the Windows 8 Bug?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn