Yes I guess. What steps did you use to set up MySQL to use InnoDB by default?
Simply set the 'default-storage-engine' property in your main mysql config file.
In my setup this is /etc/mysl/my.cnf' and I set it to the value 'innodb': default-storage-engine=innodb From memory, your main mysql config may also be found in /var/lib/mysql Regards, Sean -- Dr. Sean Radford, MBBS, MSc http://www.tacola.com/ _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
