#!/bin/sh
#SERVER=http://mysql.serenitynet.com/Downloads/MySQL-5.0
SERVER=http://mirror.services.wisc.edu/mysql/Downloads/MySQL-5.1
#MySQL-server-community-5.1.30-0.rhel4.x86_64.rpm
VERSION=5.1.30-0
EXT=rhel5.x86_64

wget $SERVER/MySQL-server-community-$VERSION.$EXT.rpm
wget $SERVER/MySQL-client-community-$VERSION.$EXT.rpm
wget $SERVER/MySQL-shared-community-$VERSION.$EXT.rpm
wget $SERVER/MySQL-devel-community-$VERSION.$EXT.rpm
