There are free ftp programs if you don't have one. Cute ftp, filezilla, for example.
Main Topics
Browse All TopicsI created my site on my PC localhost and created all the pages.
Now, I am ready to have my site live. I have the following questions:
How can I transfer my database which is mySql utilizing php admin?
Should I install drupal through the automated process of my hosting company godaddy.com or install it manually.
I already have everything installed on my localhost. Can I use ftp to transfer the files and directories?
Thank you for your feedback.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The only hard part of moving your Drupal website is moving the database.When you are in phpMyAdmin, there is a tab called "Export" which creates a script for you that basically recreates the website in another database.
Your webhost should also have phpMyAdmin as the MySQL interface, so you can copy and paste the script there.
These are the steps:
once you are on the Export tab in phpMyAdmin, in the upper left corner, click on "Select All" so that all of the tables below that (all of the tables in your database) are selected if they were not already. And below that choose the radio button that says SQL.
On the right side, choose the checkboxes: Structure, Add Autoincrement value, enclose table and field names in backquotes and below that Data and Complete Inserts. If any other checkboxes are checked, just leave them checked.
At the very bottom, click on GO.
On the page you will see a SQL dump script, this may take a few minutes to finish. Copy that to a notepad document, unless you are going to directly paste this into the webhost's phpMyAdmin. Make SURE you have the whole script!
In your new webhost phpMyAdmin, create the database first, then go to the tab called SQL and paste the whole script there. You may have to change your settings.php page because the host, probably localhost may be different on the new webhost.
Business Accounts
Answer for Membership
by: nanharbisonPosted on 2009-10-06 at 17:28:34ID: 25511311
I would ftp the files myself because if you have created the entire site, you have added a lot of entries in your database. You will also have to do create a database dump in phpadmin and run in on the new webhost so all your settings will show up on your new site.