So I uninstalled mysql 5.1 and then downloaded the client, devel and server rpm's for mysql 5.6
I did a rpm -ivh of each rpm but got this error:
error: Failed dependencies:
libaio.so.1()(64bits) is needed by MYSQL-server-5.6.6_m9-1.linux2.6.x86_64
libaio.so.1(LIBAIO_0.1)(64bits) is needed by MYSQL-server-5.6.6_m9-1.linux2.6.x86_64
libaio.so.1(LIBAIO_0.4)(64bits) is needed by MYSQL-server-5.6.6_m
When I run yum check on my Centos system, I get the following error:
MySQL-client-5.5.14-1.linux2.6.i386 is obsoleted by MySQL-client-5.5.14-1.linux2.6.i386
MySQL-server-5.5.14-1.linux2.6.i386 is obsoleted by MySQL-server-5.5.14-1.linux2.6.i386
And I really can't understand what it means, I tried to search for MySQL-client obsoleted on Google but I didn't find anything.
Of course, running yum
I have created a script to automatically install MySQL 5.6 on Ubuntu Server 12.10 (64bit).
Title says it all. I previously had mysql version 5.1 on my CENTOS 6 x86_64 OS.
I attempted to remove mysql 5.1 and replace it with an install of mysql 5.6.
Here is my uninstall process for mysql 5.1:
yum remove mysql
yum remove mysql-devel
yum remove mysql-client
rpm -qa | grep -i mysql
rpm -e mysql --nodeps
Here is my install process for mysql 5.6:
I got three rpm's for mysql 5.6.
i am trying to install mysql rpm package on Fedora17.
But following error is coming...
file /usr/share/mysql/russian/errmsg.sys from install of MySQL-server-5.5.29-1.linux2.6.i386 conflicts with file from package mysql-libs-5.5.28-2.fc17.i686
file /usr/share/mysql/serbian/errmsg.sys from install of MySQL-server-5.5.29-1.linux2.6.i386 conflicts with file from package mysql-libs-5.5.28-2.
I am installing MySQL, Apache, and PHP on a new Centos 6.4 server.
For MySQL, you have three choices. Using "yum install mysql" along with Centos's repository is the simplest, but installs a very old version. Or you can go with "official" documentation at MySQL.com, but it has a few gotchas.
I think yum is having problems installing MySQL 5.1 because there is already a pre-existing MySQL 5.5 installation.
I wanted to cleanly remove MySQL 5.5 (I had problems with 5.5 with PHP and Python).
I'm trying to update Mysql on debian without success, and all tutorial on internet just fails.
I got Debian 6.0.6 squeeze, my mysql version is mysql Ver 14.14 Distrib 5.1.63.
I did apt-get update and apt-get upgrade it says that nothing is to upgrade.
So I downloaded the last version wget --content-disposition http://www.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.28-debian6.0-x86_...
When I e.g. install MySQL on a x86_64 CentOS, yum wants to install the i386 version as well.
Why does it do that?