Skip to content

Instantly share code, notes, and snippets.

@zodman
Created March 7, 2012 18:31
Show Gist options
  • Save zodman/1994975 to your computer and use it in GitHub Desktop.
Save zodman/1994975 to your computer and use it in GitHub Desktop.
set MyISAM on all mysql connections!
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