Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2001 15:12:03 -0500
From:      Dan Nelson <dnelson@emsphone.com>
To:        Ken Sommers <mrsql.php@worldnet.att.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: FreeBSD version availabe at their web site
Message-ID:  <20010630151203.A21074@dan.emsphone.com>
In-Reply-To: <01d601c1019f$11168180$1742500c@zeospantera>
References:  <01d601c1019f$11168180$1742500c@zeospantera>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Jun 30), Ken Sommers said:
> "The easiest and therefore the preferred way to install is to use the
> mysql-server and mysql-client ports available on
> http://www.freebsd.org. "
> 
> Which version of Mysql-server is this? the one that supports InnoDB
> tables?
> 
> So my question is ,,do these mysql-server and mysql-client ports from
> FreeBSD include the Innodb tables support like mySQL-Max does? I
> can;t seem to find any info on this..

The binary packages are of 3.23.39, but do not include innodb support. 
If you have downloaded the ports tree, you can build mysql with innodb
support by adding "CONFIGURE_ARGS+=--with-innodb" to the port Makefile.
See http://www.freebsd.org/ports/ for more info on ports/packages.

It's disabled by default because previous versions of MySQL would fail
if MySQL was built with innodb but there were no innodb config entries
in my.cnf.  I think that's fixed now, so --with-innodb should probably
become the default.

-- 
	Dan Nelson
	dnelson@emsphone.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010630151203.A21074>