| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jul 2007 Location: Florida
Posts: 933
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() | ok you pretty much defined what to do yourself but i'll put a point by point list - this should work on anyhost. ok - a few definions to get started source - the host you are moving from destination - the host you are moving to ????: NamePros.com http://www.namepros.com/showthread.php?t=367881 1) Log into your SOURCE CP 2) Look for Database management - should by phpmyadmin. (they might call it something else) 3) Log into phpmyadmin 4) up the top in phpmyadmin (after you select the database) there should a export tab, click on it 4a) under view dump, click on select all 4b) Click the data tick box - on the middle right 4c) down the bottom click on save as file, change the template name to __DB__-%D.sql 4d) click on go, you'll be asked to save a file, put it on your desktop, that is your database backup done 5) Log into your site VIA ftp, ftp username & password should be the same as your cp login, and the ftp host should be your website url (ie www.mysite.com), download your entire website (might have to goto into the www folder (or httpdocs) 6) Log into your DESTINATION ftp, (should be the same login as your new host), ftp host should be the same as the control panel url, if it's not, contact the host and ask them what it is) 7) upload your website (either into the www folder, or the httpdocs folder etc) 8) Log into the database management software like you did above 8a) Select your database, Click on the import tab at the top. 9)Click on browse and select the database dump you saved before, Click on go, and your database will be uploaded 10) misc stuff, you might need to edit your config file for the software you uploaded to put in the new username and password form the new host, the file is usally config.inc.php or config.php, and it's usally located in your website base folder, or in a sub folder called includes. 11) While looking at the config file, you should check to see if there is any file path infomation in the config file, and update it for your new host if needed.
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums |
| |