mysql upgrade problem

roly

Verified User
Joined
Nov 9, 2006
Messages
216
hi

i'm trying to update mysql from 5.5.35 to 5.5.36 using custombuild. custombuild says there is an update available but when i try and update i get the following:

Shutting down MySQL. [ OK ]
Updating MySQL 5.5.35 to 5.5.36
Preparing... ########################################### [100%]
package MySQL-shared-5.5.36-1.linux2.6.x86_64 is already installed
Starting MySQL. [ OK ]
Giving mysqld a few seconds to start up...
Looking for 'mysql' as: /usr/bin/mysql
Looking for 'mysqlcheck' as: /usr/bin/mysqlcheck
This installation of MySQL is already upgraded to 5.5.35, use --force if you still need to run mysql_upgrade
cp: `/usr/lib/libmysqlclient.so' and `/usr/lib/mysql/libmysqlclient.so' are the same file
Restarting MySQL.

---------------------------------------------------------

so it's saying:

package MySQL-shared-5.5.36-1.linux2.6.x86_64 is already installed

but it's also saying:

This installation of MySQL is already upgraded to 5.5.35,

i upgraded ok on my other server but on this one my ssh connection went down while upgrading and i think this is the result. any ideas what i can do?
 
its ok i have sorted it out. i had verion 5.5.36 of shared, but client + devel and server was 5.5.35 so i just remove(rpm -e) 5.5.36 of shared and reinstalled with custombuild.
 
As I remember, the custombuild does not check the checksum of those 4 RPM packages.

May I suggest to add it to CB 1.1 (and above) ?

Or do some return value check on wget process.

In a few rare circumstance, as those package files are quite large (esp the MySQL server), it may be interrupted in the middle and cause version discrepancy problem.
 
Back
Top