Update MySQL database for centos web panel
Here are simple steps to update MySQL database server 5.1 to MySQL database server 5.6 for Centos web panel: Login to your server…
Free tutorials, Tech News, Source codes, Tweaks and Tips.
Here are simple steps to update MySQL database server 5.1 to MySQL database server 5.6 for Centos web panel: Login to your server…
If you’re getting following error while accessing mod_sec from WHM, here is the quick solution for this. The Mod Security plugin could not…
Backing up MYSQL databases became very necessary especially if you own a shopping cart or e commerce website. Hackers are always trying to…
If you are having the issue in horde database while taking backup from cPanel/WHM or while transferring an account from one server to another,…
Following commands are useful for mysql optimization: To repair all databases: $mysqlcheck –all-databases -r To analyze all databases: $mysqlcheck –all-databases -a To optimize…
In this post i will describe what are the best configurations for mysql server, you can edit your my.cnf file to reflect the…