Plesk MariaDB 10.3 error after upgrade | An easy fix
Plesk MariaDB 10.3 error after upgrade causing trouble? Our in-house experts have a solution.
At Bobcares, we offer solutions for every query, big and small, as a part of our
Let’s take a look at how our
How to resolve Plesk MariaDB 10.3 error after upgrade
If you have been coming across the following error, you have come to the right place!
ERROR 1524 (HY000): Plugin 'unix_socket' is not loaded
According to our

However, if you do not want to wait around for a fix, our
Workaround solution for Debian-based distributions
- First, we have to open the /etc/mysql/mariadb.conf.d/50-server.cnf file via any text editor.
For instance, if we open it with vi editor:
# vi /etc/mysql/mariadb.conf.d/50-server.cnf
- Then, we will add the following line to the [mysqld] section:
plugin-load-add = auth_socket.so
- After that, we will save the changes and close the file.
- Finally, we have to restart the MariaDB service with the following command:
# service mariadb restart
Workaround solution for RedHat-based distributions
- First, we have to open the /etc/my.cnf file via any text editor.
For instance, if we open it with vi editor:
# vi /etc/my.cnf
- Then, we will add the following line to the [mysqld] section:
plugin-load-add = auth_socket.so
- After that, we will save the changes and close the file.
- Finally, we have to restart the MariaDB service with the following command:
# service mariadb restart
[Seeking a solution to another query?
Conclusion
In brief, the skilled
PREVENT YOUR SERVER FROM CRASHING!
Never again lose customers to poor server speed! Let us help you.
Our server experts will monitor & maintain your server 24/7 so that it remains lightning fast and secure.