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

Fixed storage engine settings.

parent 2d4b3c48
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ DATABASES = {
'USER' : 'branson',
'PASSWORD' : 'thinglet',
'OPTIONS' : {
'init_command': 'SET strage_engine=MyISAM',
'init_command': 'SET storage_engine=MyISAM',
},
}
}
......
......@@ -71,7 +71,7 @@ DATABASES = {
'USER' : 'gracedb',
'PASSWORD' : 'redrum4x',
'OPTIONS' : {
'init_command': 'SET strage_engine=MyISAM',
'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