sean Hello Sean, how are you?
I hope you are very well.
I couple years ago I had the opportunity to activate a MariaDB server with your help and this tutorial but today I want to replicate the steps I see the behavior is different, change the way to mount a server with Mariadb in opalstack recently?
I let you the errors so you can see what I want to say.
mysqld_safe --defaults-file=$HOME/apps/user/etc/my.cnf --socket=$HOME/apps/user/var/mysql.sock --nowatch
230831 17:48:33 mysqld_safe Logging to '/home/user/logs/apps/maria/maria.log'.
230831 17:48:33 mysqld_safe Starting mariadbd daemon with databases from /home/user/apps/maria/data
mysql -P 5555 -S $HOME/apps/maria/var/mysql.sock
ERROR 2002 (HY000): Can't connect to local server through socket '/home/user/apps/maria/var/mysql.sock' (2)
mysqladmin -P 5555 -S $HOME/apps/maria/var/mysql.sock status
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local server through socket '/home/user/apps/maria/var/mysql.sock' (2)'
Check that mariadbd is running and that the socket: '/home/user/apps/maria/var/mysql.sock' exists!
it seems this '/home/user/apps/maria/var/mysql.sock' it is not being created.
Thanks for your help!