disable mysql asynchronous io to prevent database losing issues with windows

This commit is contained in:
Can Tecim
2020-04-30 23:50:18 +03:00
parent 4f274e3d86
commit bb6338b6b4

View File

@@ -9,3 +9,4 @@
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
character-set-server=utf8
default-authentication-plugin=mysql_native_password
innodb_use_native_aio=0