Moving my php board from one host to another

Raptor

Paragon
Joined
Feb 3, 2010
Messages
1,314
Reaction score
0
FP$
6
I was planning of moving my forum www.gamersconnect.net from one host to another because my current host doesnot allow files larger than 2MB to be uploaded . I saw the tutorial for moving boards , but I am too unexperienced to do this myself . I don't understand most of the things , especially the database part phpMyAdmin , it's a total blank for me .

So , is there anyone who could help me out with this ? I would accept any offers , just let me know .
 
Check with your host and ask if the 2mb upload include mysql imports. If not, you'll be all set moving the database.

Log into phpmyadmin and click on the Export link. Select the right table from the list, and scroll down to make sure the 'SQL' radio button is selected. Scroll down some more and hit go. Save the file to your desktop, this is your entire database.

Log into phpmyadmin in your new host and now click on Import. Hit browse, select the database file, and upload it. It automatically creates the table, columns, and inserts all the data. The only thing you will have to do is re-add the mysql user and add that user to the database. Then upload all the regular files on your website.
 
Sorry to ask , but what do you mean by "2mb upload include mysql imports" ?
 
You said your host doesn't allow file uploads over 2mb, you'll need to find out if that include importing mysql files through phpmyadmin.
 
Justin M said:
You said your host doesn't allow file uploads over 2mb, you'll need to find out if that include importing mysql files through phpmyadmin.

My current host doesnot allow files larger than 2MB to be uploaded , but the one I am planning to shift to allows .
 
Ok, then just follow the steps in my first post to transfer your phpbb database to the new host.
 
also don't forget to change the config file with the new username and password that is assigned to your new database
 
Subz said:
also don't forget to change the config file with the new username and password that is assigned to your new database

Ya , that's something I am worried about . I have no idea of doing what . That is why I wanted someone really experienced to do it for me .
 
All you need to change in the config file is the new username and password.

That is only if the login name for the cpanel is going to be different with your new host.
 
Hey Raptor, I've moved quite a few boards in my time, if you want me to do it send me a PM, I'll do it for free if you want 😉
 
TayneC8 said:
Hey Raptor, I've moved quite a few boards in my time, if you want me to do it send me a PM, I'll do it for free if you want 😉

Hey that would be great ! Thanks buddy ! Sent you a PM !
 
Back
Top Bottom