AW: [rt-devel] rt-2-1-88: real progress
matthew zeier
mrz at intelenet.net
Fri Mar 14 11:29:35 EST 2003
>
> I *think* so. How do I find out after the fact? I do have some ib*
> files in /var/lib/mysql; in /var/lib/mysql/rt3, there are *.frm files
> for all the tables in RT, except for sessions, which seems to be MyISAM
> files (sessions.MYD, sessions.MYI).
show table status\G.
Should have show "Type: InnoDB" for each table. Otherwise you can do an
'alter table <table name> type=Innodb;'
More information about the Rt-devel
mailing list