Changing default storage engine in MySQL
September 03, 2008
It took me a while to find the answer to this, so I thought I'd share it to avoid anybody else wasting time with this. I needed to change the defaultstorage engine so Django would use innoDB rather than MyISAM....