11 Aug 2005
H-Sphere versions: All
This document explains how to update all MySQL packages to 4.025.
MySQL update is performed on the control panel server under root and affects all H-Sphere boxes running MySQL.
This update fixes bugs found in previous MySQL versions. For more details see
MySQL official site.
Update Procedure
- Log into the control panel server as root:
su -
- Download the archive:
Linux:
# wget http://www.psoft.net/shiv/HS/u-mysql4025.tgz
FreeBSD:
# fetch http://www.psoft.net/shiv/HS/u-mysql4025.tgz
- Untar the archive:
# tar xfz u-mysql4025.tgz
- Enter the u-mysql4025 directory:
# cd u-mysql4025
- Run the update script:
# sh update.sh
|