Mysql Error 6.9

Issues related to applications and software problems
Post Reply
cleetusantony
Posts: 17
Joined: 2017/11/22 05:13:39

Mysql Error 6.9

Post by cleetusantony » 2017/12/01 06:47:10

Hi All,
When I try to install mysql server, it gives error.
Can you guide me ?

Attached the error in text file.

Regards
Cleetus
Attachments
MysqlError.txt
(6.56 KiB) Downloaded 123 times

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: Mysql Error 6.9

Post by avij » 2017/12/01 08:11:07

Your third party mysql repositories are trying to install el7 versions of those packages. Using those for CentOS 6 will not work.

Try this:

yum install mysql-server --disablerepo=mysql\*

If that works, congratulations, you have successfully installed the mysql packages that CentOS provides and you can disable/remove those third party mysql* repositories in /etc/yum.repos.d

Post Reply