掲示板

6.1 changes automaticly all tables to innodb

12年前 に Johan de jong によって更新されました。

6.1 changes automaticly all tables to innodb

Junior Member 投稿: 41 参加年月日: 12/02/06 最新の投稿
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
12年前 に Muniraj saravanan によって更新されました。

RE: 6.1 changes automaticly all tables to innodb

Junior Member 投稿: 95 参加年月日: 11/06/01 最新の投稿
try this entering in the portal-ext.properties

schema.run.enabled=false
thumbnail
12年前 に Mika Koivisto によって更新されました。

RE: 6.1 changes automaticly all tables to innodb

Liferay Legend 投稿: 1519 参加年月日: 06/08/07 最新の投稿
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