enable Innodb

2004-01-03 Thread vinay
hi all, HAPPY NEW YEAR I have mysql-3.23.49a installed on my system, which does not provide foreign key support without enabling INNODB which can be done by installing mysql-max binaries so my questions are:- 1:=can any version of mysql-max binaries can help enable INNODB. 2:=After

Re: Enable InnoDB in RPM install?

2003-02-13 Thread John Oliver
On Thu, Feb 13, 2003 at 04:39:44PM -0600, Mark Matthews wrote: > Trust me. You most likely do not want to run the RedHat RPMs. They tend > to have a lot of stability issues. > > Head on over to http://www.mysql.com/ and download the RPMs we provide. > Your life will be easier. Okey-dokey, I'll

Re: Enable InnoDB in RPM install?

2003-02-13 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Oliver wrote: On Thu, Feb 13, 2003 at 03:33:31PM -0600, Paul DuBois wrote: At 12:43 -0800 2/13/03, John Oliver wrote: I've got MySQL installed via RPM on a Red Hat 8.0 machine. How do I enable InnoDB? If it's < MySQL 4, ins

Re: Enable InnoDB in RPM install?

2003-02-13 Thread Paul DuBois
On Thu, Feb 13, 2003 at 03:33:31PM -0600, Paul DuBois wrote: At 12:43 -0800 2/13/03, John Oliver wrote: >I've got MySQL installed via RPM on a Red Hat 8.0 machine. How do I >enable InnoDB? If it's < MySQL 4, install the -Max RPM on top of your existing installation t

Re: Enable InnoDB in RPM install?

2003-02-13 Thread John Oliver
On Thu, Feb 13, 2003 at 03:33:31PM -0600, Paul DuBois wrote: > At 12:43 -0800 2/13/03, John Oliver wrote: > >I've got MySQL installed via RPM on a Red Hat 8.0 machine. How do I > >enable InnoDB? > > If it's < MySQL 4, install the -Max RPM on top of your exist

Re: Enable InnoDB in RPM install?

2003-02-13 Thread Paul DuBois
At 12:43 -0800 2/13/03, John Oliver wrote: I've got MySQL installed via RPM on a Red Hat 8.0 machine. How do I enable InnoDB? If it's < MySQL 4, install the -Max RPM on top of your existing installation to get a server with InnoDB enabled. If it's MySQL >= 4, InnoDB is

Enable InnoDB in RPM install?

2003-02-13 Thread John Oliver
I've got MySQL installed via RPM on a Red Hat 8.0 machine. How do I enable InnoDB? -- John Oliver, CCNAhttp://www.john-oliver.net/ Linux/UNIX/network consulting http://www.john-oliver.net/resume/ *** sendmail, Apache, ftp, DNS, spam filt

Re: Re: Re: enable innodb

2002-10-18 Thread Egor Egorov
Hello Douglas, Friday, October 18, 2002, 5:05:38 PM, you wrote: First of all answer to the mailing list, not to me :) D> I just downloaded"mysql-max-3.23.53a-unknown-freebsdelf4.7-i386.tar.gz" D> to /home D> I did a pkg_add and got message D> "invalid compressed data--format violated D> I tri

Re: Re: enable innodb

2002-10-18 Thread Egor Egorov
D> Thank you, D> innodb is compiled in but disabled, it is from the D> FreeBSD ports collection - mysql-3.23.52_1 version What is mentioned in the error log? Did you set up innodb_data_file_path? -- For technical support contracts, goto https://order.mysql.com/?ref=ma02-010c This email is sp

re: enable innodb

2002-10-18 Thread Egor Egorov
Douglas, Friday, October 18, 2002, 5:01:21 AM, you wrote: D> I'm trying to enable innodb , I installed mysql-3.23.52 from the ports D> collection D> I cp my-medium-.cnf my.cnf D> then mv my.cnf to /etc D> I uncommented the innodb lines D> and created ibdata1 directory

enable innodb

2002-10-18 Thread Douglas
I'm trying to enable innodb , I installed mysql-3.23.52 from the ports collection I cp my-medium-.cnf my.cnf then mv my.cnf to /etc I uncommented the innodb lines and created ibdata1 directory in the data directory (/var/db/mysql) I stopped mysqld now it refuses to restart unless I r

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