Fórumok

6.1 changes automaticly all tables to innodb

Johan de jong, módosítva 12 év-val korábban

6.1 changes automaticly all tables to innodb

Junior Member Bejegyzések: 41 Csatlakozás dátuma: 2012.02.06. Legújabb bejegyzések
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, módosítva 12 év-val korábban

RE: 6.1 changes automaticly all tables to innodb

Junior Member Bejegyzések: 95 Csatlakozás dátuma: 2011.06.01. Legújabb bejegyzések
try this entering in the portal-ext.properties

schema.run.enabled=false
thumbnail
Mika Koivisto, módosítva 12 év-val korábban

RE: 6.1 changes automaticly all tables to innodb

Liferay Legend Bejegyzések: 1519 Csatlakozás dátuma: 2006.08.07. Legújabb bejegyzések
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