Re: Database initialization Issue
It looks like MySQL is failing to initialize due to an error (-1073741819), which often indicates a missing dependency, permission issue, or corruption in the installation. First, try running the MySQL installer as an administrator and ensure that Microsoft Visual C++ Redistributables (latest versions) are installed, as MySQL depends on them. Also, check if an existing MySQL service is running (services.msc) and stop it before retrying. If the issue persists, manually delete the MySQL data directory (C:\ProgramData\MySQL\MySQL Server 9.1\Data), uninstall MySQL completely, and do a fresh reinstall. Checking MySQL logs (C:\ProgramData\MySQL\MySQL Server 9.1\Data\*.err) might also provide more clues. Let me know if you need further troubleshooting!
Subject
Written By
Posted
November 15, 2024 12:42AM
November 26, 2024 08:23PM
February 01, 2025 07:52AM
Re: Database initialization Issue
February 11, 2025 11:52PM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.