View Single Post
  #3   (View Single Post)  
Old 2nd November 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

If you have MySQL installed first, then the Apache port will detect it and use that version.

If you don't have MySQL installed, you can set WITH_MYSQL_VER=51 in /etc/make.conf, and the Apache port will pick that up and install the 5.1 mysql port.

If you don't have MySQL install, and nothing set in make.conf, then the default mysql version for the ports tree is 5.0.

Unless there's a specific feature in MySQL 5.1 that is not in 5.0, you should stick with 5.0. It's the fastest version of MySQL on FreeBSD. Kris Kenneway did a bunch of benchmarking with FreeBSD 7.x and 8.x on MySQL 4.x, 5.0, and 5.1 earlier in the year, and 5.0 was much faster than 5.1.
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote