MySQL 5.5.39 released

cannot upgrade mysql

Why I can't upgrade it ?

please kindly suggest me how to solve the problem

*********************************
[root@server custombuild]# ./build update_versions
Updating MySQL.
Dumping database abcc
Dumping database mysql
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
--2014-08-02 18:59:46-- http://files6.directadmin.com/services/all/mysql/5.5.39/MySQL-client-5.5.39-1.linux2.6.i386.rpm
Resolving files6.directadmin.com... 62.148.181.110, 2001:16e8:1:4:62:148:181:110
Connecting to files6.directadmin.com|62.148.181.110|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [application/x-rpm]
Saving to: `MySQL-client-5.5.39-1.linux2.6.i386.rpm'

[ <=> ] 0 --.-K/s in 0s

2014-08-02 18:59:46 (0.00 B/s) - `MySQL-client-5.5.39-1.linux2.6.i386.rpm' saved [0/0]

--2014-08-02 18:59:46-- http://files6.directadmin.com/services/all/mysql/5.5.39/MySQL-devel-5.5.39-1.linux2.6.i386.rpm
Resolving files6.directadmin.com... 62.148.181.110, 2001:16e8:1:4:62:148:181:110
Connecting to files6.directadmin.com|62.148.181.110|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [application/x-rpm]
Saving to: `MySQL-devel-5.5.39-1.linux2.6.i386.rpm'

[ <=> ] 0 --.-K/s in 0s

2014-08-02 18:59:46 (0.00 B/s) - `MySQL-devel-5.5.39-1.linux2.6.i386.rpm' saved [0/0]

--2014-08-02 18:59:46-- http://files6.directadmin.com/services/all/mysql/5.5.39/MySQL-server-5.5.39-1.linux2.6.i386.rpm
Resolving files6.directadmin.com... 62.148.181.110, 2001:16e8:1:4:62:148:181:110
Connecting to files6.directadmin.com|62.148.181.110|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [application/x-rpm]
Saving to: `MySQL-server-5.5.39-1.linux2.6.i386.rpm'

[ <=> ] 0 --.-K/s in 0s

2014-08-02 18:59:46 (0.00 B/s) - `MySQL-server-5.5.39-1.linux2.6.i386.rpm' saved [0/0]

--2014-08-02 18:59:46-- http://files6.directadmin.com/services/all/mysql/5.5.39/MySQL-shared-5.5.39-1.linux2.6.i386.rpm
Resolving files6.directadmin.com... 62.148.181.110, 2001:16e8:1:4:62:148:181:110
Connecting to files6.directadmin.com|62.148.181.110|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [application/x-rpm]
Saving to: `MySQL-shared-5.5.39-1.linux2.6.i386.rpm'

[ <=> ] 0 --.-K/s in 0s

2014-08-02 18:59:46 (0.00 B/s) - `MySQL-shared-5.5.39-1.linux2.6.i386.rpm' saved [0/0]

*** Cannot find /usr/local/directadmin/custombuild/mysql/MySQL-client-5.5.39-1.linux2.6.i386.rpm. Aborting ***
*********************************
 
Same problem here: Cannot find /usr/local/directadmin/custombuild/mysql/MySQL-client-5.5.39-1.linux2.6.x86_64.rpm. Aborting.
 
That's odd, release date is 2014-07-31 but mirrors are still not synced. If to look here: http://files.directadmin.com/services/all/mysql/5.5.39/ they should be:

MySQL-client-5.5.39-2.linux2.6.i386.rpm
MySQL-devel-5.5.39-2.linux2.6.i386.rpm
MySQL-server-5.5.39-2.linux2.6.i386.rpm
MySQL-shared-5.5.39-2.linux2.6.i386.rpm

so allow probably 24 hours the mirrors to sync. There are still no x86_64 rpms there.
 
Hello,

I did that the other day, I downloaded the new rpms, but used 1 for the release, that's why there are 0 byte files... (mysql released 2 versions, they removed the 1st quick, I'm guessing they had to change something). So I grabbed version 2.
However, I did set the release as "2" in the versions.txt, so the "2" versions should be downloaded.

Double check your versions.txt, it should look like this:
Code:
[COLOR=#000000]mysql5.5:5.5.39:b6f0ba553fb1ac839921b1135cb184ae
[/COLOR][COLOR=#000000]mysql5.5_release:2:[/COLOR]
John
 
I can confirm that my versions.txt contains related lines.
But update script tries to download -1 files and fails.

I already tried to download -2 files but it seems update script fixed on -1 files that's why my update fails.

Any solution on this ?
 
files.directadmin.com is pointed to 2 IPs, and it seems server with IP 69.30.193.202 hasn't updated yet? I got 404 in the last 24 hours.
 
Run ./build update

I managed to update after running ./build update again before ./build update_versions. Hope that helps.
 
It seems systems last update compeleted successfully. Directadmin shows that MySQL 5.5.39

But in phpmyadmin informations listed as below;

Server version: 5.5.38-log - MySQL Community Server (GPL)

Btw, cron log mail contains "cp: `/usr/lib/libmysqlclient.so' and `/usr/lib/mysql/libmysqlclient.so' are the same file" is related with this ?

Thanks
 
It seems systems last update compeleted successfully. Directadmin shows that MySQL 5.5.39

But in phpmyadmin informations listed as below;

Server version: 5.5.38-log - MySQL Community Server (GPL)

Btw, cron log mail contains "cp: `/usr/lib/libmysqlclient.so' and `/usr/lib/mysql/libmysqlclient.so' are the same file" is related with this ?

Thanks

Does anyone see something similiar ?
 
cp: `/usr/lib/libmysqlclient.so' and `/usr/lib/mysql/libmysqlclient.so' are the same file

That's OK, there is nothing to worry about.


Server version: 5.5.38-log - MySQL Community Server (GPL)

What version you see in custombuild:

Code:
./build versions | grep -i mysql
?


and in mysql:

Code:
mysql -V
?
 
That's OK, there is nothing to worry about.




What version you see in custombuild:

Code:
./build versions | grep -i mysql
?


and in mysql:

Code:
mysql -V
?

Code:
mysql  Ver 14.14 Distrib 5.5.39, for Linux (x86_64) using readline 5.1

and

Code:
Latest version of MySQL: 5.5.39
Installed version of MySQL: 5.5.39
 
Back
Top