saiph <[EMAIL PROTECTED]> wrote:
> 
> <- snip ->
> Because your tables are not InnoDB.
> Check if InnoDB is enabled:
> SHOW VARIABLES LIKE "have_innodb";
> 
> <- snip ->
> 
> no, InnoDB is not enabled. how can i enable it?

What version of MySQL do you use? 3.23.xx or 4.0.x?
If you use 3.23 you should install MySQL-Max binaries or if you install from source 
distribution configure MySQL with --have-innodb option. More info you can find at:
        http://dev.mysql.com/doc/mysql/en/InnoDB_in_MySQL_3.23.html


> 
> the referece manual show a my.cnf configuration for a machine with at least
> 2gb of ram and 60 of hard disk.
> how can i adapt this configuration for an home usage?

For home usage you can use default values.

> 
> is this a sufficient condition to emerge innodb tables?


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