[Solution] How to Copy MySQL Database from another server
In order to copy a database from another server, using ssh, you can follow these instructions:
Add your new server's IP address to the old server's remote MySQL configuration, like this:
- If...
How to clear Exim Cache
In order to clear Exim's cache, the following command must be executed:
rm -fv /var/spool/exim/db/*
After this an Exim restart is needed for the flush to take effect:
/etc/init.d/exim restart
[Solution] How to set up permissions recursively to files or folders
If you need to change permissions for all the files or all the folders in a specific directory, then you will need these commands:
For changing files' permissions:
find /path/to/directory -type f -exec...
APC uptime 0 minutes cPanel
If you recently installed APC on your cPanel server and although you configured an uptime for like a gazilion of seconds, but when accessing the APC information it shows:
Uptime 0 minutes
This...
[SOLUTION] Error from park wrapper: example.com is already configured / owned by another user
If you encounter one of these errors::
Error from park wrapper: example.com is already configured. Sorry, that domain is already setup (remove it from httpd.conf)
Error from park wrapper: example.com is owned by...
[RVSiteBuilder] Cannot connect using curl_init
This error comes up when the domain validation is incorrect. That means, you have chosen a domain to publish your website in step 7 which differs from the domain name you...