"Stefan Gnann" <[EMAIL PROTECTED]> wrote:

> I have a mysql database 4.0.15 on a suse linux 9.x system running.

First, upgrade to .20 version officially built by MySQL AB (http://dev.mysql.com/). 
RPM version is easy to install and run. 

> Now we have to use the features of InnoDB tables (rollback, a.s.o.).

Second, setup InnoDB: 

http://dev.mysql.com/doc/mysql/en/InnoDB_configuration.html
http://dev.mysql.com/doc/mysql/en/InnoDB_start.html

> Up to now we use the standard table type MyISAM.
> Now I want to change the tabel type with the command "ALTER TABLE xxxxx TYPE
> = InnoDB".
> The command doesn´t show any effect !!!

Third, check that InnoDB is enabled:

SHOW VARIABLES LIKE 'have_innodb' 
and look for InnoDB to be enabled. 






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




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

Reply via email to