Re: [Discuss] mysql problem

2018-02-03 Thread Chuck Anderson
You should have a tmpfiles.d/mariadb.conf file that re-creates the directory on each boot: >cat /usr/lib/tmpfiles.d/mariadb.conf # Do not edit this file. # To override this, put /etc/tmpfiles.d/mariadb.conf instead. d /run/mariadb 0755 mysql mysql - d /run/mysqld 0755 mysql mysql - Make sure sy

Re: [Discuss] mysql problem

2018-02-03 Thread dan moylan
chuck anderson writes: > You should have a tmpfiles.d/mariadb.conf file that > re-creates the directory on each boot: well i looked: cat /usr/lib/tmpfiles.d/mariadb.conf d /run/mysql 0755 mysql mysql - clearly not the right stuff. ls /etc/tmpfiles.d vpnc.conf no mariadb.conf there