I can't start mysql and when I run any type of start command, whether it be systemctl start mysql
or service mysql start
, I get the same error:
Job for mysql.service failed because the control process exited with error code.
See "systemctl status mysql.service" and "journalctl -xe" for details.
And when I run systemctl status mysql.service
I get this: https://hatebin.com/iefidgteub
Or if I run mysql
I get ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
so I looked around, and I ran find / -type s
to try and locate the mysqld.sock
file but in the output, mysqld.sock
wasn't one of the files it returned
Then, if I try running mysqld
, I get https://hatebin.com/nyszqpalec