Skip to content

How to recover MariaDB

bash
systemctl status mariadb --no-pager
journalctl -u mariadb -n 50 --no-pager
sudo systemctl restart mariadb
sudo mysql -e 'SELECT 1'

Most apps use MariaDB on 127.0.0.1:3306.

Northeast Systems · Aux Server · Infra Server