At 22:06 +0100 12/16/03, Harald Falkenberg wrote:
Hallo,

is it possible to use as a default INNODB instead of ISAM in a mysql
server, so that every table, database (at least the complete server) is
based on a INNODB tablespace? Is this a practical and good way to use
mysql in that setup, if possible?

No, at least not unless you disable the grant tables in the mysql database. Those tables must be MyISAM tables.

You can set the default table type for new table using the
--default-table-type, as Egor has already mentioned.
--
Paul DuBois, Senior Technical Writer
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

Are you MySQL certified? http://www.mysql.com/certification/


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to