On Ubuntu Linux, if MySQL is running as a service and you need to restart it:
# sudo service mysql restartThe command needed may vary on other Linux distributions.
On Ubuntu Linux, if MySQL is running as a service and you need to restart it:
# sudo service mysql restartThe command needed may vary on other Linux distributions.
If you edit or update an Apache configuration file, you need to restart it for the changes to take effect. Use this command on Ubuntu:
# sudo apache2ctl gracefulOn some distributions this may be slightly different, so if you get a comman...