when I run sudo systemctl status mariadb.service code
I am getting the below one
can anybody please help me out with this
when I run sudo systemctl status mariadb.service code
I am getting the below one
can anybody please help me out with this
Try this command…
sudo systemctl start mariadb
Is your ERPnext version 14?
This should not affect the server access services, unless there is a problem with the installation or configuration of MariaDB…
At the beginning,
sudo supervisorctl start all
systemctl list-unit-files | grep 'fail2ban\|nginx\|supervisor'
You will see an output like this:
fail2ban.service enabled
nginx.service enabled
supervisor.service enabled
sudo systemctl start mariadb
mysql --user {your user} --password {password user} --host=localhost --protocol=tcp --port=3306 test
e.g:
mysql --user frappe --password frappe --host=localhost --protocol=tcp --port=3306 test