Skip to content
Snippets Groups Projects
Commit 5c81cc85 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Added init_commad option to branson.py and defaults.py

parent 10b75a0b
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,9 @@ DATABASES = {
'ENGINE' : 'django.db.backends.mysql',
'USER' : 'branson',
'PASSWORD' : 'thinglet',
'OPTIONS' : {
'init_command' : 'SET storage_engine=MyISAM',
}
}
}
......
......@@ -59,6 +59,9 @@ DATABASES = {
'ENGINE' : 'django.db.backends.mysql',
'USER' : 'gracedb',
'PASSWORD' : 'redrum4x',
'OPTIONS' : {
'init_command' : 'SET storage_engine=MyISAM',
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment