How can I change the tables Engine in Mysql of OTRS?

Moderator: crythias

Locked
wilise
Znuny newbie
Posts: 1
Joined: 24 May 2012, 09:16
Znuny Version: 3.1.5

How can I change the tables Engine in Mysql of OTRS?

Post by wilise »

When I set mysql deafult engine to ndbcluster, Then build the OTRS. I get the error below: :(

Creating tables 'otrs-schema.mysql.sql' : False! :( ---==> BLOB column 'a_message_id' can't be used in key specification with the used table type.

Can it be changed?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: How can I change the tables Engine in Mysql of OTRS?

Post by jojo »

ndbcluster can not be used for OTRS. Use MyISAM or InnoDB
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked