Hi
I am testing Multisites for my client and found problem with newer MySQL version and creating slave site script. Joomla 1.5 and VM 1.1.
Master and slave database has ENGINE=MyISAM, and when creating slave database older version: TYPE=MyISAM is used by Multisites and couse errors like this:
Create external Table Error query [CREATE TABLE `#__assignments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `access_type` varchar(60) NOT NULL, `access_id` text NOT NULL, `role` varchar(60) NOT NULL, PRIMARY KEY (`id`), KEY `access_type` (`access_type`,`access_id`(60),`role`) ) TYPE=MyISAM; ]. DB Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1 SQL=CREATE TABLE `jat_assignments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `access_type` varchar(60) NOT NULL, `access_id` text NOT NULL, `role` varchar(60) NOT NULL, PRIMARY KEY (`id`), KEY `access_type` (`access_type`,`access_id`(60),`role`) ) TYPE=MyISAM;
I changed joomla.sql and other .sql from instalation folder, but I can't find where other TYPE=MyISAM entries are.
Please help.