4 Oct 2005
H-Sphere versions: All
This document explains how to update all MySQL packages to 4.026.
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-mysql4026.tgz
FreeBSD:
# fetch http://www.psoft.net/shiv/HS/u-mysql4026.tgz
- Untar the archive:
# tar xfz u-mysql4026.tgz
- Enter the u-mysql4026 directory:
# cd u-mysql4026
- Run the update script:
# sh update.sh
|