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 -  
                     
                  - Untar the archive:
                    
# tar xfz u-mysql4026.tgz  
                  - Enter the u-mysql4026 directory:
                    
# cd u-mysql4026 
                   - Run the update script:
                    
# sh update.sh 
                  
           |