I am trying to Install ERPNext v15 .
I have completed all the steps but at this point
sudo service mysql restart. I got this error
I have completed all the steps but at this point
sudo service mysql restart. I got this error
I think you’re starting the MySQL server instead of the MariaDB server. The command sudo service mysql restart
is for MySQL, not MariaDB. To start the MariaDB server on your Linux machine, try running sudo service mariadb start
Try running sudo systemctl status mariadb -l
, it will show the error causing the issue. If you still can’t figure it out, check the error log using sudo cat /var/log/mysql/error.log
. If you’re unsure, share the error message here, and I’ll help you or some other person can assist you in fixing it
sudo cat /var/log/mysql/error.log
Please check your error log and share it here