Thanks for the reply.
After a lime survey backup via the admin tool and then a - shut down mysql, copy the raw database files...
First I just tried changing the config.php to read:
| Code: |
$databasetabletype = "InnoDB";
|
Then I created a new survey and checked it's table engine.
It was still myISAM
So I researched a bit on changing engines.
I didnt feel like typing alter commands all night, so I used a gui tool SQL Maestro.
Just a bunch of clicking and changed all the tables to InnoDB.
Made a new survey, and it is InnoDB.
Imported a survey and it's Innodb.
I think I'm good.
To prevent usage of lime survey during the changes, I did a .htaccess to redirect users to a "Down for maintenance" page.
Based off of this:
www.techiecorner.com/97/redirect-to-main...rade-using-htaccess/
Thanks again for the help.
Charles
P.S.
I'll check the survey tables later on this week or early next week to see if they continue to be InnoDB.