mysql-5.5.18
+
Par Remi le lundi 21 novembre 2011, 20:10 - Archives - Lien permanent
RPM of MySQL Community Server 5.5.18 GA are available in remi repository for fedora and Enterpise Linux (RHEL, CentOS, ...).
To read :
This build use a spec file close to the one from Rawhide
WARNING: before upgrading, a full backup of your databases seems mandatory (a logical dump using mysqldump for example).
Simple to install, via yum:
yum --enablerepo=remi update mysql-server
For whose who prefer the download and manual installation, see the repository
Running the mysql_upgrade command is mandatory. 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:
Packages available for fedora >= 10.
Packages available for enterprise linux >= 4 (running on this server).
Commentaires
Hi. Just upgraded to mysql 5.5.18, but is now not able to run perl install of DBD::mysql. (cpan> install DBD::mysql)
# Failed test 'use DBD::mysql;'
# in t/00base.t at line 21.
# Tried to use 'DBD::mysql'.
# Error: Can't load '/root/.cpan/build/DBD-mysql-4.020/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: /root/.cpan/build/DBD-mysql-4.020/blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: is_prefix at /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/DynaLoader.pm line 230.
# at (eval 6) line 2
I post this comment here because I'm not able to register in your forum (A spammer was try registered with the same IP address...) Tried several times from multiple IP addresses, but no luck.
See my complete post here: http://www.linuxquestions.org/quest...
@Arild : you must either use the system DBD::mysql (which is already installed : perl-DBD-MySQL) or apply a patch (used in fedora) to fix this issue if you really need the latest version.
Archived entry, see mysql-5.5.19