We are getting the error while creating procedure in MySQL on windows #1044 – Access denied for user ‘my_user’@’%’ to database ‘my_dataabse’ For this , web hosting have to give CREATE ROUTINE, ALTER ROUTINE, and EXECUTE rights to database and database user.in simple way you can say that you need the SUPER privilege for this […]
cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error
Previously, we wrote this comprehensive blog post, with all the possible cPanel log files and the log locations. But there was not much information on how to use those log files. So I am redoing the post to have that necessary information as my readers asked. The post will turn into a cPanel logs cheat […]
ASP.NET application error in Subdomain (Plesk 9.5)
We were having this error on a newly created sub domain on Plesk 9.5 server with windows 2008/ IIS 7.0. HTTP Error 500.19 – Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. comparing the permissions of httpdocs folder of primary domain with subdomain we […]
Uninstalling R1soft backup agent (buagent)
Backup agent (buagent) for linux comes with an uninstall script. to unisntall buagent use it with -R or –remove option, the only other option available is -H –help. r1soft-uninstall-buagent It shows the list of files and directories that will be removed and asks for confirmation before uninstalling the buagent. […]
How to force cpanel backup
You are going to make a big configuration change, hardware upgrade or mass updating user files on your cpanel services. Making a backup is the first thing do in such cases, and you want to do it before your scheduled backup. Cpanel does not offer making instant backups just like plesk. You will need ssh […]
Updating ClamAV Virus Database
There are new viruses coming up every day, and hackers mostly use such viruses and exploits to crack your server. If you have a linux box, you are most probably using CalmAV. Your server’s protection becomes outdated at the very moment a new virus is released. So it is very much important to schedule a […]
How do I redirect my site using a .htaccess file
Overview This document will explain how to create a .htaccess file to redirect your site or site content. This will not redirect any emails for your domains. CAUTION: As a configuration file, .htaccess is very powerful.Even the slightest syntax error (like a missing space) can result in your content not displaying correctly or at all.Since […]