Skip to content

Instantly share code, notes, and snippets.

@juanjunger
Last active August 28, 2020 18:23
Show Gist options
  • Save juanjunger/27beff9e1559bcbf4bd3115a2a2e10a1 to your computer and use it in GitHub Desktop.
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
# 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