Forums / Install & configuration / ezconvertmysqltabletype.php

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

ezconvertmysqltabletype.php

Author Message

Björn X

Tuesday 20 September 2005 7:23:41 am

I have problem...

I am trying to convert from myisam to innodb

I tried

php bin\php\ezconvertmysqltabletype.php -seng_admin --newtype=innodb -d

After I viewed the DB in mysqladmin it is still myisam.

What could be the reason? All queries are successfull...

Hans Melis

Tuesday 20 September 2005 8:28:29 am

Does your MySQL have support for InnoDB?

Or do you have the <b>skip-innodb</b> startup option enabled?

Hans
http://blog.hansmelis.be

Björn X

Tuesday 20 September 2005 9:12:04 am

HI hans

this was the case... yes inndb was disabled... ty

I rerun the mysql configurator and set it up with innodb... I also had to upgrade from 4.1-7 to 4.1-14. 4.1-7 was crashing for some reason

[mysqld]
default-storage-engine=INNODB