Created
March 7, 2012 18:31
-
-
Save zodman/1994975 to your computer and use it in GitHub Desktop.
set MyISAM on all mysql connections!
This file contains hidden or 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
DATABASES["default"].update({ | |
"NAME":"volaris", | |
"USER":"yey!", | |
'OPTIONS': {'init_command':"set storage_engine=MYISAM;"} | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment