From owner-freebsd-questions Sat Jun 30 13:12:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 1C3C137B406 for ; Sat, 30 Jun 2001 13:12:15 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f5UKC3307370; Sat, 30 Jun 2001 15:12:03 -0500 (CDT) (envelope-from dan) Date: Sat, 30 Jun 2001 15:12:03 -0500 From: Dan Nelson To: Ken Sommers Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD version availabe at their web site Message-ID: <20010630151203.A21074@dan.emsphone.com> References: <01d601c1019f$11168180$1742500c@zeospantera> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01d601c1019f$11168180$1742500c@zeospantera> User-Agent: Mutt/1.3.19i X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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