[Apachetoolbox-commit] Apachetoolbox/bin/sql mysql,1.4,1.5
Brought to you by:
bryanandrews
|
From: Kevin J. M. Jr. <nir...@us...> - 2005-09-08 16:36:47
|
Update of /cvsroot/apachetoolbox/Apachetoolbox/bin/sql In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4284 Modified Files: mysql Log Message: Updated the mirror used for MySQL. Index: mysql =================================================================== RCS file: /cvsroot/apachetoolbox/Apachetoolbox/bin/sql/mysql,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mysql 5 Oct 2004 18:37:39 -0000 1.4 --- mysql 8 Sep 2005 16:36:35 -0000 1.5 *************** *** 12,16 **** if [ ! -x "$MYSQLD" ];then ! check_source "mysql-$MYSQL.tar.gz" "http://mirror.services.wisc.edu/mysql/Downloads/MySQL-4.0/mysql-$MYSQL.tar.gz" notice "$MENUTRUE" " MySQL: uncompressing...\n" explode mysql-$MYSQL.tar.gz --- 12,16 ---- if [ ! -x "$MYSQLD" ];then ! check_source "mysql-$MYSQL.tar.gz" "http://mysql.mirrors.pair.com/Downloads/MySQL-4.0/mysql-$MYSQL.tar.gz" notice "$MENUTRUE" " MySQL: uncompressing...\n" explode mysql-$MYSQL.tar.gz |