Foren

6.1 changes automaticly all tables to innodb

Johan de jong, geändert vor 12 Jahren.

6.1 changes automaticly all tables to innodb

Junior Member Beiträge: 41 Beitrittsdatum: 06.02.12 Neueste Beiträge
During the start-up of 6.1 with a jndi connection in Glassfish i see that liferay alters all tables back to innodb.

It took me 4 hours to change the whole database to mysql cluster on last friday and liferay threw me back within 5 minutes emoticon

Is it possible to override this innodb check and change process?
thumbnail
Muniraj saravanan, geändert vor 12 Jahren.

RE: 6.1 changes automaticly all tables to innodb

Junior Member Beiträge: 95 Beitrittsdatum: 01.06.11 Neueste Beiträge
try this entering in the portal-ext.properties

schema.run.enabled=false
thumbnail
Mika Koivisto, geändert vor 12 Jahren.

RE: 6.1 changes automaticly all tables to innodb

Liferay Legend Beiträge: 1519 Beitrittsdatum: 07.08.06 Neueste Beiträge
Just put the desired engine in portal-ext.properties:
    #
    # MySQL
    #

    #
    # Set the MySQL engine type. InnoDB is the recommended engine because it
    # provides transactional integrity.
    #
    database.mysql.engine=InnoDB