1

I'm having problems installing MySQL in a Centos 6.7 (final). But suddenly I'm having this problem, something related to dependencies which I couldn't find any precise post to handle this issue , or maybe I just don't understand enough.

I ran the command: yum install MySQL

Then I got these errors:

screenshot

How exactly should I proceed with this? Thanks

clarity123
  • 117
  • 3

2 Answers2

3

You installed a mysql-community repository for EL7, but you have EL6. Remove it and install the correct repository.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972
-1

Maybe you can choose to install Percona Server. It works more properly.

Pang
  • 273
  • 3
  • 8