Latest News

mysql

enable mysql Query cache

How to enable mysql Query cache on linux server? Ans: You need to login to mysql by using root accesss. ========================== root@server#mysql -u root –pPASSWORD mysql> SET GLOBAL query_cache_size = 16777216;              (If you want to set query_cache_size=16 MB) ========================== Then...

cPanel

How to Re-Install cPanel Softwares

You can easily reinstall the cpanel softwares. Roundcube: /usr/local/cpanel/bin/update-roundcube –force Horde: /usr/local/cpanel/bin/update-horde –force or /scripts/fullhordereset Squirrelmail /usr/local/cpanel/bin/update-squirrelmail –force cPanel /scripts/upcp MySQL /scripts/mysqlup PostgreSQL /scripts/installpostgres phpMyAdmin /usr/local/cpanel/bin/updatephpmyadmin pureFTP /scripts/ftpup –force (See: Installing and Configuring pure-FTP) Exim /scripts/eximup Courier IMAP /scripts/courierup –force...