I have previously written a blog post repairing mysql database from ssh. As many of us use shared hosting and do not have access to ssh, so here is how you can do it from phpmyadmin. MySQL is a stable software application but there might be several reasons for eg. , simple power failure or hardware problem that […]
Plesk Privilege Escalation Vulnerability
Parallels have released a security update to address the security vulnerability (details here). An authenticated user in Plesk for linux is able to act as root and is able to run arbitrary codes. This may result in complete server computerization. Last day Parallels issued a security advisory to address these vulnerabilities. These security updates will automatically visible in parallels Plesk panel, It […]
Restoring a large database in cPanel
To restore a large database through php admin fails most of the time due to the limitation in php settings,well i consider 20 MB+ database is a large database. First try to zip the .sql backup file and then try to restore it, phpMyadmin will auto detect extension and unzip it before restoring it. […]
How to backup and restore MySQL database from SSH
This post is the solution to backup your MySQL database through SSH,First of all connect to your Linux server through command line after that use the mysqldump utility to create your database backup. […]
Optimize and Repair all MySQL databases in WHM
Sometimes server unexpectedly shut down and it cause MySQL tables to crash very easily so in that case there is a simple command to automatically optimize and repair all MySQL databases tables. To optimize the tables we can use the following command.This is good for speed, as it also optimize the defragmented tables. [info]mysqlcheck –optimize […]
Hackers Signature
A server under my management was attacked by a bunch of hackers and there were a lot of hacked wordpress sites from hackers but hackers knows the some professional tools to hide there identity. Once we know that more than one sites are hacked,We used a command like this to find all files with hackers […]
Delete old emails from your Domain
One of our clients often asks to delete all emails in his domain that are more than a month old. We use the following command to do that: [info] [highlight color=’yellow’] Content goes here… [/highlight] [/info] [box style=’error’] Content goes here… [/box] [box style=’help’] Content goes here… [/box] [box style=’info’] Content goes here… [/box] […]
cPanel showing disk space usage incorrect
cPanel keeps disk space usage of our entire account which contains email accounts, databases,and other features.This space recalculate within every four hours but sometimes it does not work and we are getting incorrect/0MB disk usage in whm/cPanel. […]
How to set permissions on particular folder
Most of software that need to upload files, comes with instruction that ask users to set 777 permissions to upload folder. This is absolutely not needed in mod-suphp . in mod suphp when a PHP file is executed in 777 folder, it will give internal server error. To set correct permissions on all folders within […]
Mailenable version 7
MailEnable Pty. Ltd. has announced the version 7 of Mailenable (Standard, Professional, Enterprise and Premium). Version 7 is more reliable, it includes a Migration Console and will allow mailboxes to be ported from other systems via a simple interface.The webmail client includes a number of extensions, with the introduction of e-mail identities and improvements in […]