お世話になっております。
VPS環境にownCloudを実現すべく、php-mysqlをインストールしたいのですが、以下のようなエラーが出て困っております。

# yum install --enablerepo=remi php-mysql
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: ftp.tsukuba.wide.ad.jp
* extras: ftp.tsukuba.wide.ad.jp
* remi: remi.kazukioishi.net
* updates: ftp.tsukuba.wide.ad.jp
  Resolving Dependencies
--> Running transaction check
---> Package php-mysql.x86_64 0:5.4.41-1.el6.remi will be installed
--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_16)(64bit) for package: php-mysql-5.4.41-1.el6.remi.x86_64
Package mysql-libs-5.5.44-1.el6.remi.x86_64 is obsoleted by mysql-community-libs-5.6.25-2.el6.x86_64 which is already installed
--> Finished Dependency Resolution
Error: Package: php-mysql-5.4.41-1.el6.remi.x86_64 (remi)
       Requires: libmysqlclient.so.18(libmysqlclient_16)(64bit)
       Available: mysql-libs-5.5.43-1.el6.remi.x86_64 (remi)
           libmysqlclient.so.18(libmysqlclient_16)(64bit)
       Available: mysql-libs-5.5.44-1.el6.remi.x86_64 (remi)
           libmysqlclient.so.18(libmysqlclient_16)(64bit)
       Available: mysql-libs-5.1.73-3.el6_5.i686 (base)
           Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

何か競合している?と考えているのですが対処方法が今ひとつ分かりません。
ご指南いただけると幸いです。
よろしくお願いします。

インストール済みのパッケージは以下です。

   

CentOS release 6.6
   # rpm -qa | grep php
        php-cli-5.4.41-1.el6.remi.x86_64
        php-xml-5.4.41-1.el6.remi.x86_64
        php-mbstring-5.4.41-1.el6.remi.x86_64
        php-common-5.4.41-1.el6.remi.x86_64
        php-5.4.41-1.el6.remi.x86_64
        php-process-5.4.41-1.el6.remi.x86_64
        php-gd-5.4.41-1.el6.remi.x86_64
        php-ldap-5.4.41-1.el6.remi.x86_64
        php-pdo-5.4.41-1.el6.remi.x86_64