Jump to content

Transfers


kyle

Recommended Posts

1. Log into phpMyAdmin on your OLD host.

2. Select your database from the drop-down.

3. Click the Export tab.

4. You can leave all the settings as is, but check the Save as File box.

5. Wait for you to download the .sql file.

6. Log into HelioHost cPanel.

7. Create a new DB in the MySQL section if you haven't already.

7.5. Create a new mySQL user (preferably the same name as the DB) and assign it all privileges to the database.

8. Log into phpMyAdmin and select that database.

9. Either click Import (if it's there) or the SQL tab if there's no import button (I forgot what it was on the HH phpmyadmin version)

10. Click browse and find the .sql file and submit.

--

11. Log into FTP on your old host.

12. Download the files for your forum. (single-click the folder that it's in and right-click download)

13. (assuming your forum is phpBB) Open Notepad or any other text editor and edit config.php to the database info for HelioHost.

Database Server/Host: localhost

Database name: See the name in cPanel to the database you made (in step 7) (it's in the format of cpanelusername_db)

Database username: The one you created in step 7.5.

Database password: Whatever password you made in step 7.5.

14. Log onto FTP on Heliohost. (Host: heliohost.org User/Pass: Your cPanel login data)

15. Upload that folder with the all forum files into your public_html folder.

16. Go to yourdomain.heliohost.org/dir OR just yourdomain.heliohost.org if you put the contents directly in public_html.

17. Enjoy!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...