https://launchpad.net/mysql-sandbox/mys ... .26.tar.gz
安裝 mysql-sandbox
http://www.ttlsa.com/html/1107.html
代碼: 選擇全部
# tar zxvf MySQL-Sandbox-3.0.25.tar.gz -C ../software/
# perl Makefile.PL
# make
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl “-MExtUtils::Command::MM” “-e” “test_harness(0, ‘blib/lib’, ‘blib/arch’)” t/*.t
t/01_modules.t …………………. ok
t/02_test_binaries.t ……………. ok
t/03_test_sandbox.t …………….. ok
t/04_test_sbtool.t ……………… ok
t/05_test_smoke.t ………………. ok
t/06_test_user_defined.t ………… ok
t/07_test_user_defined.t ………… ok
t/08_test_single_port_checking.t …. ok
t/09_test_multiple_port_checking.t .. ok
t/10_check_start_restart.t ………. ok
t/11_replication_parameters.t ……. ok
t/12_custom_user_pwd.t ………….. ok
t/13_innodb_plugin_install.t …….. ok
t/14_semi_synch_plugin_install.t …. ok
t/15_user_privileges.t ………….. ok
t/16_replication_options.t ………. ok
All tests successful.
Files=16, Tests=53, 2 wallclock secs ( 0.03 usr 0.20 sys + 1.26 cusr 0.68 csys = 2.17 CPU)
Result: PASS
# make install
http://www.mysql.com/get/Downloads/MySQ ... mysql.com/
使用 mysql-sandbox 安裝mysql
代碼: 選擇全部
make_sandbox mysql-5.0.96-linux-i686-glibc23.tar.gz