Skip to Content.
Sympa Menu

grouper-users - forcing InnoDB for MySQL

Subject: Grouper Users - Open Discussion List

List archive

forcing InnoDB for MySQL


Chronological Thread 
  • From: Scott Koranda <>
  • To: Grouper Users Mailing List <>
  • Subject: forcing InnoDB for MySQL
  • Date: Thu, 19 Feb 2009 09:47:35 -0600

Hi,

With my deployment I am not in a position to force all MySQL
tables to be InnoDB by default by starting MySQL with

--default-table-type=InnoDB

I need another solution.

In my 1.4.0 deployment I see this file:

grouperDdl_20090109_16_20_43_723.sql

It appears to be the file that creates the necessary Grouper
tables in the database.

Is it the file that is used to create the Grouper tables when I run

./bin/gsh.sh -registry -reset

?

If so then I plan to edit that file by hand and add

ENGINE=InnoDB

to the CREATE TABLE statements.

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page