Repairing corrupted mysql database !!

Sometimes it happens that your database get corrupted due to many reason like it does not get restored properly or server get rebooted while updating database etc…. and you have tried to repair it using phpmyadmin and it does shows that it has repaired but it is not.Solution :Login to server with root accessStop mysql […]

See More

Magento – “Failed to mkdir” Error

 Magento – “Failed to mkdir” Error Many times when you try to install a new theme or application from “Magento Connect Manager” , you may encounter the error : ERROR: failed to mkdir To fix this issue follow the below steps : root@server[#] cd /home/username/public_html/downloader root@server[#] vi config.ini It will show something like this : […]

See More

syslogd status failed in WHM

Sometimes, you may face an issue related to syslogd showing down in service WHM >>  Main >> Server Status >> Service Status The issue can be resolved by Checking related RPM on server # rpm -q sysklogd If its not installed, you can install it by # yum install sysklogd after installation, you will have […]

See More