[root@one server ~]# rpm -qa | grep -iE 'mariadb|mysql'
MariaDB-client-10.2.9-1.el7.centos.x86_64
MariaDB-compat-10.2.9-1.el7.centos.x86_64
MariaDB-common-10.2.9-1.el7.centos.x86_64
MariaDB-server-10.2.9-1.el7.centos.x86_64
[root@another server~]# rpm -qa | grep -iE 'mariadb|mysql'
pcp-pmda-mysql-3.10.6-2.el7.x86_64
MariaDB-client-10.2.10-1.el7.centos.x86_64
MariaDB-server-10.2.10-1.el7.centos.x86_64
MariaDB-common-10.1.18-1.el7.centos.x86_64
Steps:
I did the upgrade in two servers:
In both servers (both 10.1), I follow the below steps and got ssame unix-socket not loaded error.
set-up repo:
yum update MariaDB-server MariaDB-client
MariaDB-Client installed successfully, but MariaDB-server thrown error that it couldn't update.
then I remove the mariaDb-Server using below command:
yum remove MariaDB-server
then install:
yum install MariaDB-server
then mysql-upgrade:
I got the error with unix-socket.
Do you think yum update MariaDB-server caused this issue? Do I need to remove and then install, instead of update. Please advise.