12-11-2012, 10:52 PM
(12-11-2012, 03:25 AM)John_k22 Wrote: great, tblDocumentContent is now innoDB without any error
Should I do the same with tblDirPath ? Or just leave it on myisam?
All tables language is latin1_swedish_ci. Should I change them to utf8_general_ci?
No need to care about tblDirPath. Setting the collation to utf8_general_ci isn't crucial but is in general a good idea.
Uwe