Dear Opencast-Community,
we have possibly a solution for the problem with ddl-script/UTF-8 SQL-import - using the latest mysql5.sql (see also <http://opencast.jira.com/browse/MH-8506> http://opencast.jira.com/browse/MH-8506) You only have to change the standard engine in MySQL from MyISAM to InnoDB for each "CREATE TABLE" statement in the mysql5.sql-File - it works fine! (the crucial tip comes from Sven Strickroth, Department of Informatics TU Clausthal ) CREATE TABLE ... ( ... ) engine = INNODB; Sincerely Erik Nell ----------snip-8<----------snap-8<--------- Erik Nell Fachinformatiker für Systemintegration TU Clausthal Rechenzentrum Erzstraße 51 38678 Clausthal-Zellerfeld phone: +49-5323-72-2791 mobil: +49-5323-72-912791 fax: +49-5323-72-3536 e-mail: <mailto:[email protected]> [email protected] utl: <http://rz.tu-clausthal.de/> http://rz.tu-clausthal.de
_______________________________________________ Community mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/community To unsubscribe please email [email protected] _______________________________________________
