Monday, June 19, 2006

How to find out a mysql table type

I had an issue as to how to identify a mysql table type without doing the mysqldump command.

Resolution: if you issue the command
show create table it will spit that out and the mysql table type will be at the end

0 Comments:

Post a Comment

<< Home