Odhiambo Washington <[EMAIL PROTECTED]> wrote:
> Excuse my dumbness, but how do I tell MySQL server that I need
> InnoDB tables, not MyISAM? I was running 4.0.14 and it was ok,
> but now when I create a new db in 4.1.0-alpha the tables are
> defaulting to MyISAM
> 
> Am I missing some startup option?

Use --default-table-type option of mysqld or TYPE option of the CREATE TABLE statement:
        http://www.mysql.com/doc/en/Command-line_options.html
        http://www.mysql.com/doc/en/CREATE_TABLE.html


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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

Reply via email to