Mysql 4 installation on Linux 9

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 ?

 

 

 

 

Top