毕业五年首次与大连同学小郑相见,大醉了一场,很开心!
Apache-1.3.41(Apache-2.2.8) + MySQL-5.0.56 + PHP-5.2.5 + eaccelerator-0.9.5.2
如果安装过程中出现configure error,请参考:
PHP5常见的configure error的解决方法
一、安装 MySQL
# tar xzvf mysql-5.0.56.tar.gz
# cd mysql-5.0.56
# ./configure \
--prefix=/usr/local/mysql \
--localstatedir=/var/lib/mysql \
--with-comment=Source \
--with-server-suffix=-enterprise-gpl \
--with-mysqld-user=mysql \
--without-debug \
--with-big-tables \
--with-charset=utf8 \
--with-collation=utf8_general_ci \
--with-extra-charsets=all \
--with-pthread \
--enable-static \
--enable-thread-safe-client \
--with-client-ldflags=-all-static \
--with-mysqld-ldflags=-all-static \
--enable-assembler \
--without-innodb \
--without-ndb-debug \
--without-isam \
--enable-local-infile \
--with-readline \
--with-raid