Hi Faustin,
I do have libpam-tempdir installed:
sudo dpkg -l | grep libpam-tmpdir
[sudo] password for tmick:
ii libpam-tmpdir 0.09+b2
amd64 automatic per-user temporary directories
However I was getting different errors. Like so:
RROR 2013 (HY000): Lost connection to server at 'handshake: reading
initial communication packet', system error: 104
and I have to use 'sudo systemctl start mariadb.socket' instead of
'sudo systemctl start mariadb.service' but it has to be restarted if
authentication fails.
And
2022-12-30 14:48:23 0 [ERROR] InnoDB: Operating system error number 13
in a file operation.
2022-12-30 14:48:23 0 [ERROR] InnoDB: The error means mariadbd does not
have the access rights to the directory.
MariaDB can't start because it can't read your files, the logs state it
very clearly:
Likely, you created the DB files and folders with the wrong
permissions. Please run : chown -R mysql:mysql /var/lib/mysql to fix
the issue and restart MariaDB again which allowed the DB to start etc.
I then had to initialize it with the install_db command.
So I'm not sure if it's a duplicate of the bug you mention, I'll leave
that to you to decide.
Thanks!
--
Tim McConnell <
tmccon...@gmail.com>