Hi,
Is it possible to 'ask' MySQL using SQL if InnoDB is available and
usable?
I am writing a GUI database app that has a 'create table' function, I
want to give the user the option of creating an InnoDB database, but
only if InnoDB is available, can this information be found out from
SQL (I'm using JDBC)
Thanks in advance
Moray
Is it possible to 'ask' MySQL using SQL if InnoDB is available and
usable?
I am writing a GUI database app that has a 'create table' function, I
want to give the user the option of creating an InnoDB database, but
only if InnoDB is available, can this information be found out from
SQL (I'm using JDBC)
Thanks in advance
Moray
Comment