Victor Moreno
Victor Moreno
Mariadb version 10.5 will not start because it uses unset-environment and set-environment I had to comment the lines ExecStartPre and ExecStartPost to make it work
Hi, check the source for mariadb.service: https://github.com/MariaDB/server/blob/10.6/support-files/mariadb.service.in I copy here lines 79-95 Though this code is for version 10.6, similar code appears in version 10.1 in the repo ``` ExecStartPre=/bin/sh...
Hi, I understand and agree with your analysis of the problem. Thanks for checking that. What I did to get mariadb start was to simply comment the lines. To do...