Web Hosting Talk







View Full Version : Mysql 4 installation on Linux 9


qazakax
02-09-2004, 07:17 AM
Hi,

My new Box:Linux 9, P4 2.8Ghz, 1.5Gb ram, 2x73GB SCSI

And i wanna to install mysql 4.x + apache 1.3.x + perl 5.80

This is mysql install.sh

CFLAGS="-O3 -mpentiumpro" CXX=gcc CXXFLAGS="-O3 -mpentiumpro \
-felide-constructors -fno-exceptions -fno-rtti" \
./configure \
--prefix=/usr/local/mysql \
--localstatedir=/usr/local/mysql/data\
--enable-assembler \
--with-mysqld-ldflags=-all-static \
--with-unix-socket-path=/usr/local/mysql/tmp/mysql.sock \
--with-tcp-port=3306 \
--with-mysqld-user=mysql

I have gothrough the Mysql.com documentation, will increase the Mysql performance ?

innova
02-10-2004, 10:18 AM
Just use a binary distro (not RPM) from mysql, unless you need to pick specific configure flags.

If not, why bother compiling it?