>From the downloads page:
"The Windows download contains both the Standard and Max server binaries. It
also contains a version of the command-line client which uses the Cygwin
library to provide command history and editing. Source code for the version
of Cygwin we have used is available on this page."
...
http://www.mysql.com/downloads/mysql-3.23.html
...
Verify that you have not enabled skip-innodb in your my.ini file
...
To change from MyISAM to INNODB
ALTER TABLE tableName TYPE=innodb;


-----Original Message-----
From: Dana Shields [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 3:21 PM
To: [EMAIL PROTECTED]
Subject: MySQL 3.23.55-nt on Windows 2000: Trying to Create InnoDB
Tables


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!

Dana


---------------------------------------------------------------------
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

---------------------------------------------------------------------
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