Fórum

6.1 changes automaticly all tables to innodb

Johan de jong, modificado 12 Anos atrás.

6.1 changes automaticly all tables to innodb

Junior Member Postagens: 41 Data de Entrada: 06/02/12 Postagens Recentes
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, modificado 12 Anos atrás.

RE: 6.1 changes automaticly all tables to innodb

Junior Member Postagens: 95 Data de Entrada: 01/06/11 Postagens Recentes
try this entering in the portal-ext.properties

schema.run.enabled=false
thumbnail
Mika Koivisto, modificado 12 Anos atrás.

RE: 6.1 changes automaticly all tables to innodb

Liferay Legend Postagens: 1519 Data de Entrada: 07/08/06 Postagens Recentes
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