Sunday, October 2, 2016

Reload MySql

This should work on ubuntu 18.04
sudo service mysql restart

If not you can try other commands:
sudo systemctl restart mysqld
sudo systemctl restart mysql
or

sudo service mysqld restart
sudo service mysql restart
or

sudo /etc/init.d/mysql reload
or
sudo /etc/init.d/mysql force-reload

No comments:

Post a Comment