[CentOS] Error when installing mysql package

Sun Nov 15 10:45:37 UTC 2015
Alexander Ni <alexni1992 at gmail.com>

Hi all,

I have tried to install MySQL package but get next:

 [kim at forge tools]$ sudo yum install mysql
[sudo] password for kim:
Loaded plugins: fastestmirror, rhnplugin
This system is receiving updates from RHN Classic or Red Hat Satellite.
Loading mirror speeds from cached hostfile
 * base: cosmos.cites.illinois.edu
 * epel: mirrors.syringanetworks.net
 * extras: mirror.acsnet.com
 * rpmforge: mirror.team-cymru.org
 * updates: mirrors.usinternet.com
Package mysql is obsoleted by mariadb, trying to install
1:mariadb-5.5.44-1.el7_1.x86_64 instead
Resolving Dependencies
--> Running transaction check
---> Package mariadb.x86_64 1:5.5.44-1.el7_1 will be installed
--> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.44-1.el7_1 for
package: 1:mariadb-5.5.44-1.el7_1.x86_64
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.44-1.el7_1 will be installed
Removing mariadb-libs.x86_64 1:5.5.44-1.el7_1 - u due to obsoletes from
installed MySQL-shared-compat-5.5.44-1.el7.x86_64
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.44-1.el7_1 will be installed
--> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.44-1.el7_1 for
package: 1:mariadb-5.5.44-1.el7_1.x86_64
--> Finished Dependency Resolution
Error: Package: 1:mariadb-5.5.44-1.el7_1.x86_64 (updates)
           Requires: mariadb-libs(x86-64) = 1:5.5.44-1.el7_1
           Available: 1:mariadb-libs-5.5.37-1.el7_0.x86_64
(centos7-updates-x86_64)
               mariadb-libs(x86-64) = 1:5.5.37-1.el7_0
           Available: 1:mariadb-libs-5.5.41-2.el7_0.x86_64 (base)
               mariadb-libs(x86-64) = 1:5.5.41-2.el7_0
           Available: 1:mariadb-libs-5.5.44-1.el7_1.i686 (updates)
              ~mariadb-libs(x86-32) = 1:5.5.44-1.el7_1
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

[kim at forge tools]$ sudo yum install mysql --skip-broken
Loaded plugins: fastestmirror, rhnplugin
This system is receiving updates from RHN Classic or Red Hat Satellite.
Loading mirror speeds from cached hostfile
 * base: cosmos.cites.illinois.edu
 * epel: mirrors.syringanetworks.net
 * extras: mirror.tocici.com
 * rpmforge: mirror.team-cymru.org
 * updates: mirrors.usinternet.com
Package mysql is obsoleted by mariadb, trying to install
1:mariadb-5.5.44-1.el7_1.x86_64 instead
Resolving Dependencies
--> Running transaction check
---> Package mariadb.x86_64 1:5.5.44-1.el7_1 will be installed
--> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.44-1.el7_1 for
package: 1:mariadb-5.5.44-1.el7_1.x86_64
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.44-1.el7_1 will be installed
Removing mariadb-libs.x86_64 1:5.5.44-1.el7_1 - u due to obsoletes from
installed MySQL-shared-compat-5.5.44-1.el7.x86_64
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.44-1.el7_1 will be installed
--> Processing Dependency: mariadb-libs(x86-64) = 1:5.5.44-1.el7_1 for
package: 1:mariadb-5.5.44-1.el7_1.x86_64

Packages skipped because of dependency problems:
    1:mariadb-5.5.44-1.el7_1.x86_64 from updates

When I trying to install the mariandb it give particulary same error. Can
somebody help to deal with this error?

Best Regards,
Alexander Ni