Re: HOWTO enable InnoDB

2001-08-10 Thread Miguel Angel Solórzano
At 19:27 10/08/2001 +0900, =?euc-kr?B?vcnD5rq4?= wrote: Hi! Are you set the my.cnf file for the InnoDB variables and created the data and log directories before the start of the server ?. Take a look in the server_name.err file if you find the message of InnoDB mentioning that wasn't be able to i

Re: HOWTO enable InnoDB

2001-08-10 Thread Peter Zaitsev
Hello ½ÉÃæº¸, Friday, August 10, 2001, 2:27:56 PM, you wrote: DISABLED means you're running with --skip-innodb AFAIK :) ½> Hi everyone. ½> I uninstalled mysql and reinstalled using --with-innodb configuration. ½> After install completed, I entered the command mysqladmin variables and ½> foun

HOWTO enable InnoDB

2001-08-10 Thread 심충보
Hi everyone. I uninstalled mysql and reinstalled using --with-innodb configuration. After install completed, I entered the command mysqladmin variables and found that value of "have_innodb" is DISABLED. So when I create table with type=InnoDB, this table has type=MyISAM. That is failure to creat