Installing Servoy on a MySQL based database server

When I try to install the Servoy 2.2 Servoy server with a MySQL based repository, I get the message: “The repository server must run on a SQL database with support for transactions”.

I am using MySQL version 5.0. All of MySQL 4.0 and above support transactions with the InnoDB and BDB transactional storage engines. InnoDB provides full ACID compliance.

For more information see : http://dev.mysql.com/doc/mysql/en/anis- … tions.html

We want to leverage our MySQL based RAID-5 appliance for all of the database requirements of Servoy.

Is it possible to configure the Servoy repository server on MySQL in light of the support for transaction offered by Mysql ?

Do you want the ability to put the repository on MySQL?
  • yes
  • no
  • don’t care
0 voters

I don’t know exactly what is going wrong, but it should run fine!
We also have a solution running under MySQL 4 (repository & solution)

Set mysql to create innodb tables by default.
edit my.cnf under
[mysqld]
add this:

default-table-type=innodb