| Here are the steps for migrating am existing drupal website from your local machine or from other server: 1. Login to Cpanel >> Create a Mysql DB, Create a Mysql User >> Assign Mysql User to the Mysql DB and grant mysql Rights. 2. In the Cpanel >> Click on PhpMyAdmin >> Select the Database >> Import the DB dump of the drupal website from your machine 3. Login to your domain FTP using a FTP client >> upload all drupal files from your machine to the "public_html" folder 4. Open the "public_html/sites/default/settings.php" file and modify the Mysql settings to those created on the server. 5. Thats it. Your drupal website is now migrated and ready to use. Hope you find the above article useful :) Amit |