TimeTrex intalling problems with MySQL -InnoDB error

Ask your questions regarding TimeTrex installation here.
Locked
cruzmiester
Posts: 5
Joined: Mon Nov 05, 2012 4:33 pm

TimeTrex intalling problems with MySQL -InnoDB error

Post by cruzmiester »

I'm trying to install TimeTrex on a test system, I get the error "Your MySQL does not support the InnoDB storage engine....

But InnoDB is the default storage engine and when I create a test table it is created as an InnoDB type I checked via SQL command and even phpMyAdmin

I'm I missing something? I need to use MySQL I can not use Progress
Hi I'm using
CentOS 5.8 64 bit
MySQL 5.5.28
PHP5.3.3
TimeTrex 5.3

Thanks for the help!!!
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: TimeTrex intalling problems with MySQL -InnoDB error

Post by shaunw »

At your MySQL console, what is the output of the following command?

Code: Select all

show engines
cruzmiester
Posts: 5
Joined: Mon Nov 05, 2012 4:33 pm

Re: TimeTrex intalling problems with MySQL -InnoDB error

Post by cruzmiester »

it shows 9 storage engines with InnoDB being the default. and when created test tables from the console it creates InnoDB type tables.

Thanks
shaunw
Posts: 7839
Joined: Tue Sep 19, 2006 2:22 pm

Re: TimeTrex intalling problems with MySQL -InnoDB error

Post by shaunw »

Please copy and paste the full output.
Locked