I recently upgraded my Ubuntu server to the latest version, and when I tried to access my website I got this error:
Flarum encountered a boot error (Doctrine\DBAL\Driver\PDOException)
SQLSTATE[HY000] [2002] No such file or directory
thrown in /var/www/seekadventure.net/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php on line 31
I think it is an issue with MySQL, so I tried to get the status of MySQL with service mysql status
and I got this in return:
mysql.service
Loaded: masked (Reason: Unit mysql.service is masked.)
Active: inactive (dead)
After that I tried to start MySQL with sudo /etc/init.d/mysql start
but when I ran service mysql status
again I got the same as before...
I then tried to see if maybe it was running but not showing with the status command. So I tried netstat -tlnp
but I only saw these processes running:
I want to check what port its on.
– Ten Digit Grid Nov 28 '20 at 01:46