This is tested on a Drupal 6 site, there are easier ways to do this but I couldn’t touch the site by adding any other modules. First thing to do is to disable clean URLs in the live site – » Administer » Configuration »Clean URLs, disable and save. If you have failed to do this step there …
Read More
Import a mysql database into OS X 10.8 via Terminal
Import a mysql database into OS X 10.8 I have found that phpmydmin on the Mac has issues with the max upload file size limit and changing the value in php.ini doesn’t always do the trick. Since mysql is already installed a quick trip to the terminal will sort this out. Create the database if …
Read More
Install and configure Apache, MySQL & PHP on OS X Lion 10.7 and 10.6
How to install and configure Apache, MySQL and PHP on Mac OS X 10.7 Lion and OS X 10.6 Snow Leopard. OSX 10.8 Mountain Lion Version OSX 10.9 Mavericks Version Apache and PHP already come preloaded in OS X 10.7 Lion and 10.6 Snow Leopard, the versions on 10.7 Lion are PHP 5.3.6 and Apache 2.2.20, these 2 pieces …
Read More
Backup your website in cPanel the manual way and automatically with a script
Backup your website in cPanel the manual way and automatically with a script cPanel gives you the option to back up your website, but if you are on a shared or reseller plan it only a manual process which you initiate. Various cPanels offered by hosting providers are different, this one is offered by HostGator …
Read More
How to backup your WordPress mysql database
One of the crucial components of a WordPress site is the database and it should be backed up on a regular basis to avoid the misfortune of the database becoming corrupt, hacked or deleted. WordPress uses a mysql database, which can be managed by the mysql commands on a command line or by phpMyAdmin through …
Read More