The / data section was created to which the database files from / var / lib / mysql were moved.
The path for the MariaDB socket, /data/mysql/mysql.socket, was specified in the my.cnf file. In addition, the path to the new socket was specified in the zabbix.conf configuration file.
The socket is created in a new location on the / data section and the database is started, only installing zabbix does not see the socket in the new location.
Now the database is on the / data section, and the socket file on the other section is /var/lib.mysql. Do not tell me how bad it is that the socket file and the database are on the same server, but in different sections?
The path for the MariaDB socket, /data/mysql/mysql.socket, was specified in the my.cnf file. In addition, the path to the new socket was specified in the zabbix.conf configuration file.
The socket is created in a new location on the / data section and the database is started, only installing zabbix does not see the socket in the new location.
Now the database is on the / data section, and the socket file on the other section is /var/lib.mysql. Do not tell me how bad it is that the socket file and the database are on the same server, but in different sections?
Comment