I'm using mariadb 15.1 on Ubuntu 22.04
I'm running a bunch of webapplications that require a mysql server. Each of the hosted apps is having on issue interacting with mariadb.
However, if I try to import, export or inspect a database using the commandline, I get this:
"ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
/tmp/mysql.sock doesn't exist on this system.