Last active
August 28, 2020 18:23
-
-
Save juanjunger/27beff9e1559bcbf4bd3115a2a2e10a1 to your computer and use it in GitHub Desktop.
Windows 10 Home can not initialize databse with mysql, so disable AIO from my.cnf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Windows 10 Home seens to have problems with some versions of mysql database. | |
# Disable aio in MySQL from Windows 10 Home. | |
# In your my.cnf file, put this line below: | |
innodb_use_native_aio=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment