Go Back   HostGator Peer Support Forums > Public Forums > Pre-Sales Questions

Notices

Reply
 
Thread Tools
  #1  
Old 05-16-2005, 08:14 PM
Unregistered
HostGator Guest
 
Posts: n/a
Default Any chance?

Is there a chance that when I switch hosts to hostgator.com, can I transfer my Invision Power Board v1.3 forum to my new hostgator account? I wouldn't like to lose all the posts and everything.
Reply With Quote
  #2  
Old 05-16-2005, 11:39 PM
circpros circpros is offline
Banned User
 
Join Date: Mar 2005
Posts: 61
Default Re: Any chance?

If you back up the database, you can load it seamlessly onto a new installation - very easy. I f you have a lot of board mods, you'll want to back up the files as well.

Not a difficult thing to do if you have the requisite knowledge. If not, Hostgator can probably help.....
Reply With Quote
  #3  
Old 05-17-2005, 01:02 AM
Unregistered
HostGator Guest
 
Posts: n/a
Default Re: Any chance?

Quote:
Originally Posted by circpros
If you back up the database, you can load it seamlessly onto a new installation - very easy. I f you have a lot of board mods, you'll want to back up the files as well.

Not a difficult thing to do if you have the requisite knowledge. If not, Hostgator can probably help.....
Just tell me the steps and I can do it myself!
Reply With Quote
  #4  
Old 05-17-2005, 10:57 AM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

I am actually in the process of doing this as well. Is anyone here an SQL wizzard? LOL

Look at the errors I get:

http://www.whoahorse.com/forum

http://www.peacehorse.com/forum

Weezy
Reply With Quote
  #5  
Old 05-17-2005, 12:57 PM
circpros circpros is offline
Banned User
 
Join Date: Mar 2005
Posts: 61
Default Re: Any chance?

Just perform a full backup in phpmyadmin, install the board at the new location, then dump the existing database info into the new database through phpmyadmin (or the database restore tool if invision has one - Don't use it, don't know)......
Reply With Quote
  #6  
Old 05-17-2005, 05:48 PM
Unregistered
HostGator Guest
 
Posts: n/a
Default Re: Any chance?

Sorry for being such a newbie, but how do I backup my database?
Reply With Quote
  #7  
Old 05-17-2005, 06:10 PM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

I actually just switched to SMF - LOVE IT!

We did loose alot of threads, but wow this is one VERY KEWL board!!

Weezy
Reply With Quote
  #8  
Old 05-17-2005, 09:21 PM
circpros circpros is offline
Banned User
 
Join Date: Mar 2005
Posts: 61
Default Re: Any chance?

Everyone was a newbie once...... I've been tinkering a while myself, but I still ask newbie questions..... but that's because I'm dense.

To back up your database in PHPmyadmin:

Open phpmyadmin (in your cpanel). Select the database you wish to back up from the drop-down menu on the left.

When the DB summary loads, click the top tab marked 'export'. The default backup settings should be sufficient, so just click the box that says 'save file as', and change the name if you wish (the default name is __DB__).

Click the go button at the bottom, and you'll be prompted to save the file like any other download.

If successful, you have just backed up your DB. Many forum software have integrated functions to do a back up (or recovery) as well, but you should get at least marginally familiar with phpmyadmin anyway!

Last edited by circpros; 05-17-2005 at 09:28 PM.
Reply With Quote
  #9  
Old 05-18-2005, 12:15 PM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

Where is phpmyadmin in the cpanel??

Weezy
Reply With Quote
  #10  
Old 05-18-2005, 01:47 PM
amartins's Avatar
amartins amartins is offline
Royal Croc
 
Join Date: Dec 2003
Location: Europe
Posts: 415
Talking Re: Any chance?

MySQL Databases, when in there scroll to the bottom of the page and you'll see a link to phpmyadmin.

Antonio.
Reply With Quote
  #11  
Old 05-18-2005, 02:43 PM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

Hey Antonio!

This is great, I hope it works for me..

How or where to I upload this database? I can't see anything in the phpadmin area?

Weezy
Reply With Quote
  #12  
Old 05-18-2005, 04:00 PM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

Quote:
Originally Posted by circpros

Open phpmyadmin (in your cpanel). Select the database you wish to back up from the drop-down menu on the left.
What if you don't see a drop down menu?

Weezy
Reply With Quote
  #13  
Old 05-18-2005, 04:07 PM
amartins's Avatar
amartins amartins is offline
Royal Croc
 
Join Date: Dec 2003
Location: Europe
Posts: 415
Default Re: Any chance?

Hi,

That means u dont have a database created yet, go into the database menu (before phpmyadmin) and create the DB then setup a user associated with that database. Afterwards that is done go to phpmyadmin select the database, then upload your file.

You will also have to tinker a bit with your config files because your database name and username data will be different from your previous host.

HTH

Antonio.
Reply With Quote
  #14  
Old 05-18-2005, 04:14 PM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

I think this is getting over my head. LOL!

Weezy
Reply With Quote
  #15  
Old 05-19-2005, 08:44 AM
amartins's Avatar
amartins amartins is offline
Royal Croc
 
Join Date: Dec 2003
Location: Europe
Posts: 415
Default Re: Any chance?

Well what I meant was that at your previous host your database may have been say:

database: weezy
username: weezy
password 12345

On HG's servers your database will have a prefix which is the username for the domain u are setting up on. So for example say your username for the domain is "izzy" your databases will be izzy_name

in this case:

database: izzy_weezy
username izzy_weezy
password 12345

This is only important for your software's configuration where it asks you for database name.. username etc (usualy config.php)

Setting things up is real simple:

log in to the cpanel:

1- press the mysql database icon
2- create your database ADD DB
(this will now be the database name in your config file)
3- create a username/password ADD USER
(this will now be the database user in your config file)
4- add the user to a database giving that user all privileges ADD USER TO DB
(be sure u are adding the correct username to the database)
5- press phpmyadmin
4- select the database then press SQL on the top menu and upload your SQL file (depending on the size it may take a while, when done phpmyadmin will inform you of the results)

Your database will now exist and will be populated with the data you have backed up from your other host.

The final thing is to set up your software to work with this database (this has to do with what I wrote at the start of this email) edit the databasename, username and any other relevant fields so the software connects to the mysql db with the correct login data.

Thats it! DOn't worry, once you do one you will be an expert and this way is much easier than doing it through telnet )

Antonio.
Reply With Quote
  #16  
Old 05-19-2005, 12:22 PM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

Hey Antonio!

Thanks so much for all your help!

Very appreciated!

Weezy
Reply With Quote
  #17  
Old 05-25-2005, 11:07 PM
Unregistered
HostGator Guest
 
Posts: n/a
Default Re: Any chance?

How do I upload a backup that I just made?
Reply With Quote
  #18  
Old 05-26-2005, 10:53 AM
whoahorse's Avatar
whoahorse whoahorse is offline
Baby Croc
 
Join Date: May 2005
Posts: 79
Default Re: Any chance?

In the cpanel

There is an area for backup.. have you found it?

Weezy
__________________
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 02:28 AM.