Reload httpd config without restarting the service
So you’ve made changes to your Apache config, but there are hundreds of uses currently online. To reload the config…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
So you’ve made changes to your Apache config, but there are hundreds of uses currently online. To reload the config…
So you want to stop MySQL, or restart it? sudo /usr/local/mysql/support-files/mysql.server start sudo /usr/local/mysql/support-files/mysql.server stop sudo /usr/local/mysql/support-files/mysql.server restart
To install MySQL on Centos is a little different from Ubuntu – as I found out. Obviously APT is replaced…
I often set up mysql query logging when I am diagnosing a problem. In the my.cnf file, enter (or update…