MySQL build broken.

Support/Development for MySQL, MariaDB, and other database systems
sebas
Forum User
Forum User
Posts: 85
Joined: Thu Feb 12, 2009 8:53 pm
Location: Mexico
Contact:

MySQL build broken.

Unread post by sebas »

From my experience with it

mysql.x86_64-5.5.54-36 is broken on Centos Plesk Onyx Version 17.0.17 Update #18, last updated on Mar 13, 2017 03:48 AM on CentOS 6.8 (Final)‬.

Be careful.
CentOS release 6.5 (Final)
Plesk psa-11.5.30-cos6.build115130819.13
ASL 3.2.18-37
Linux 2.6.32-358.11.1.el6.x86_64
Dogs and things
New Forum User
New Forum User
Posts: 4
Joined: Sat Oct 06, 2012 6:08 pm
Location: Spain

Re: MySQL build broken.

Unread post by Dogs and things »

I second this, had to undo the update to make mysql work again.
proinagltd2
New Forum User
New Forum User
Posts: 1
Joined: Tue Mar 14, 2017 10:14 am
Location: eastbourne

Re: MySQL build broken.

Unread post by proinagltd2 »

Hello

Broken for me too!! how did you roll back??

On Centos 6

Graham
chrismcb
Forum Regular
Forum Regular
Posts: 293
Joined: Tue Nov 23, 2010 7:30 am
Location: Glasgow, UK

Re: MySQL build broken.

Unread post by chrismcb »

Adding a "me too" to this.
miccor01
New Forum User
New Forum User
Posts: 1
Joined: Tue Mar 14, 2017 8:02 am
Location: Boston

Re: MySQL build broken.

Unread post by miccor01 »

Same here...

Here are a couple of steps you can use/modify to revert back:
1) # yum list mysql-server
- Check note the Installed Package and the Available Package
- You will want to downgrade to the Available Package

2) # yum downgrade mysql-server-5.x.xx mysql-5.x.xx mysql-libs-5.x.xx (and any other dependent packages)

If completed successfully...

3) # service mysqld stop
4) # service mysqld start
5) optional: # tail /var/log/mysqld.log

Hopefully MySQL comes back up for you.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: MySQL build broken.

Unread post by scott »

This has been addressed in version:

mysql-server-5.5.54-1193

Thanks for the report!

-Scott
WillN
New Forum User
New Forum User
Posts: 1
Joined: Tue Mar 14, 2017 3:23 pm
Location: Spain

Re: MySQL build broken.

Unread post by WillN »

Thanks for the quick fix, no trouble after updating.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: MySQL build broken.

Unread post by scott »

There is one more update coming up that fixes a problem if you were using skip-grant-tables (this is normally just if you're trying to reset the root password) in version:

mysql-5.5.54-1193
micoots
Forum User
Forum User
Posts: 5
Joined: Thu Dec 01, 2016 4:46 am
Location: Sydney

Re: MySQL build broken.

Unread post by micoots »

So the latest I see is this:

mysql MySQL client programs and shared libraries New version 5.5.54-1199.el6.art Atomic
mysql-devel Files for development of MySQL applications New version 5.5.54-1199.el6.art Atomic
mysql-libs The shared libraries required for MySQL clients New version 5.5.54-1199.el6.art Atomic
mysql-server The MySQL server and related files New version 5.5.54-1199.el6.art Atomic
mysqltuner MySQL high performance tuning script New version 1.7.1-1141.el6.art Asl-4.0

Is this version OK to install?

It caused me quite a bit of grief upgrading the first time and realising nothing I could do but force install the previous RPM's again.

Thanks.
micoots
Forum User
Forum User
Posts: 5
Joined: Thu Dec 01, 2016 4:46 am
Location: Sydney

Re: MySQL build broken.

Unread post by micoots »

OK. I upgraded MySQL on one of the servers. Seems to have worked OK, started up and accessible.

However, the latest mysqltuner that comes with it is broken:

# mysqltuner
/usr/bin/mysqltuner: line 7: syntax error near unexpected token `newline'
/usr/bin/mysqltuner: line 7: `<!DOCTYPE html>'

Any ideas?
Post Reply