mysql-5.1.44-1
+
Par Remi le vendredi 19 février 2010, 21:42 - Archives - Lien permanent
RPM of the MySQL Community Server 5.1.44 are available in remi repository for EL 4 & 5 and for Fedora. See Changelog.
This build use a spec file close to the one from Rawhide. The Federated "storage engines" is activated by default by the launch script.
The new InnoDB plugin (RC version) is available. The configuration file (/etc/my.cnf) contains the directives needed to enable it.
Notice : the new configuration file provided disable the old_passwords. The old clients (mysql 3.x et 4.0) couldn't connect anymore, but newest mysqlnd could. It is also necessary to change all passwords to take benefit of the new hash method.
WARNING: before upgrading, a full backup of your databases seems mandatory (a logical dump using mysqldump for example).
Simplest way to install is to use yum !
yum --enablerepo remi update mysql-server
For whose who prefer the download and manual installation, see the repository
Like after each upgrade, running the mysql_upgrade command is required. It checks all tables in all databases for incompatibilities with the current version of MySQL Server. If a table is found to have a possible incompatibility, it is checked. If any problems are found, the table is repaired. In all case, reading the documentation is recommended:
From this version, as in rawhide, the mysql-cluster (ndb engine) package is removed, it should be available as a specific package build from MySQL Cluster 7 sources.
Commentaires
Hi,
Have you considered packaging hiphop-php
http://github.com/facebook/hiphop-p...
?
IMHO it is a killer app for all developers that want to speed up execution of their php projects.
Hi,
Can you help me with the yum command to upgrade mysql from 5.0.67 to 5.0.89, instead of this new one (5.1.44.1)?
Thanks, and keep the great job you are doing :)
Please use Forums instead of comments for question and discussion.
@Michał : no plan for hiphop (and no link with this entry)
@john : no more MySQL 5.0.x available in my repo. 5.1 is GA for a while.
+
Hi remi,
I used your repository for upgrade my mysql resver, but after that phpMyAdmin show me error:
#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
and when I want to install mysql-client-community-5.1.44 I got next error:
file /usr/bin/mysql from install mysql-client-community-5.1.44-1.rhel5.i386 conflicts with file from package mysql-5.1.44-1.el5.remi.i386
and many others similar.
What to do?
@zeroyd : please use the Forums with more informations (is phpMyAdmin running on the same server ?, which version, which php, ...)
+
Archived entry, see mysql-5.1.45-1