Hello, how are you?
I notice the upgrade of Maria DB 10.5 creates a rule to turn off the UNIX sockets plugin inside.
The same thing is with MySQL 5.7 on a new installation:
symbolic-links=0
BUT MARIADB SUPPORT THAT,
usually, the recommendation is to remove this line when you install MariaDB (symbolic-link=0)
For example:
When you install it is causes conflict with the old MySQL 5.7 and you must clean or delete my.cnf.
MariaDB creates a new my.cnf with this rule i never see:
unix_socket=OFF
I don't know how much is neccery,
but from my knowledge, all the cPanel himself works on UNIX SOCKETS...
So, i got confused,
What is recommended with cPanel and the new MariaDB 10.5?
To remove the rule? ( unix_socket=OFF )
To keep it?
I found this on the MariaDB website:
mariadb.com
The website said it some Authentication plugins for UNIX sockets,
It is maybe critical for cPanel and MariaDB to work with all the cPanel UNIX systems.
Maybe need to remove it like symbolic_link?
Imidate after installation of MariaDB 10.5?
( and install MariaDB 10.5 again when the MY.CNF is clean from this rule? )
I notice the upgrade of Maria DB 10.5 creates a rule to turn off the UNIX sockets plugin inside.
The same thing is with MySQL 5.7 on a new installation:
symbolic-links=0
BUT MARIADB SUPPORT THAT,
usually, the recommendation is to remove this line when you install MariaDB (symbolic-link=0)
For example:
When you install it is causes conflict with the old MySQL 5.7 and you must clean or delete my.cnf.
MariaDB creates a new my.cnf with this rule i never see:
unix_socket=OFF
I don't know how much is neccery,
but from my knowledge, all the cPanel himself works on UNIX SOCKETS...
So, i got confused,
What is recommended with cPanel and the new MariaDB 10.5?
To remove the rule? ( unix_socket=OFF )
To keep it?
I found this on the MariaDB website:

Authentication Plugin - Unix Socket
Uses the user name that owns the process connected to MariaDB's unix socket file.

The website said it some Authentication plugins for UNIX sockets,
It is maybe critical for cPanel and MariaDB to work with all the cPanel UNIX systems.
Maybe need to remove it like symbolic_link?
Imidate after installation of MariaDB 10.5?
( and install MariaDB 10.5 again when the MY.CNF is clean from this rule? )