On Monday 03 February 2003 23:20, Dana Shields wrote:
> I've got a beginner's question: I've installed SQL Server, and begun
> building tables; when I create a new table, the table type is defaulting to
> MyISAM. I wanted to change it to InnoDB, but everytime I save it, it
> reverts back to MyISAM.
>
> Is this feature not available in Windows? It appears that "max" version of
> SQL Server is only available for Linux. Let me know. Thank you!

In versions 3.23.xx you must specify innodb_data_file_path. For more detail, 
please read MySQL manual:
        http://www.mysql.com/doc/en/InnoDB_start.html

To check if InnoDB is enabled use:
        SHOW VARIABLES LIKE "have_innodb%";



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




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to