|
Transferring files from one server to another one!
|
|
13-10-2007, 01:49 PM
(This post was last modified: 13-10-2007 01:51 PM by ivgeo.)
Post: #1
|
|||
|
|||
|
Transferring files from one server to another one!
In this tutorial I’ll try to cover all the steps necessary for successful host/server change.
This tutorial presumes you have Cpanel on both servers and that your domain name is already transferred to a new server! Before starting you need to find your access data for both servers (old and new one). Under access data I mean:
a) Backup all data including MySQL database from the old server/host
b) Restore backed up data to your new server/host
That is all folks, I hope you learned something. PS. Can someone who knows English better than me fix all my grammatical mistakes? PLEASE!! "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
13-10-2007, 10:08 PM
Post: #2
|
|||
|
|||
|
RE: Transferring files from one server to another one!
Thanks for this usefull tutorial
Very soon i will give a try to it . But if i forget my old database password then how can i remember it ? And don't we need backup the database from old server through phpmyadmin ?
[B][url]www.onlineearns.com[/url][/B] |
|||
|
14-10-2007, 11:11 AM
(This post was last modified: 14-10-2007 11:11 AM by ivgeo.)
Post: #3
|
|||
|
|||
|
RE: Transferring files from one server to another one!
If you forget your old database password, you are senile!
![]() You can go to your script (in your case forum) and find config.php and there you can find your password. ![]() Or you could always delete current database user, and create a new one with new password. Than you need to change those details in your script configuration file offcourse. Yes, you can backup your database directly from phpMyAdmin too. Go to export and select all tables, click zip compression and click go. That's it. If everything is working correctly it should be all the same. "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
14-10-2007, 08:26 PM
Post: #4
|
|||
|
|||
|
RE: Transferring files from one server to another one!
But when i tried to download a database through Backups then it was only 20kb !! But from phpmyadmin i got 1mb !! What was the problem ?
[B][url]www.onlineearns.com[/url][/B] |
|||
|
14-10-2007, 08:47 PM
Post: #5
|
|||
|
|||
|
RE: Transferring files from one server to another one!
Ah yes, indeed that is a configuration problem on your old server.
I created backup through phpMyAdmin. But both methods should give the same result. On my hosting I use Cpanel link to backup my database. It is few clicks shorter, and you know how lazy I am!! "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
14-10-2007, 08:56 PM
Post: #6
|
|||
|
|||
|
RE: Transferring files from one server to another one!
Lol
i got it... Now everything is clear to me...
[B][url]www.onlineearns.com[/url][/B] |
|||
|
11-02-2008, 12:48 AM
Post: #7
|
|||
|
|||
|
RE: Transferring files from one server to another one!
What if i am using a different domain?
|
|||
|
11-02-2008, 12:26 PM
(This post was last modified: 11-02-2008 12:26 PM by ivgeo.)
Post: #8
|
|||
|
|||
RE: Transferring files from one server to another one!
ourlordschat Wrote:What if i am using a different domain? everything is the same, you just need to change DNS servers to your new host and edit mybb/inc/settings.php find and edit "olddomain.com" with the new one Code: $settings['bburl'] = "http://olddomain.com";"Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
11-02-2008, 12:55 PM
Post: #9
|
|||
|
|||
|
RE: Transferring files from one server to another one!
Thanks, i have done that, the problem i am having is that is use direct admin and not cpanel. I have also been going by the guide on mybb.
I have downloaded a back up from the forums acp. I downloaded the forum folder and uploaded it my new site. I have created a new db, placed the new detials in config.php and altered the domain in settings.php. But when i go to import database in phpmyadmin, it says it is done but no folders appear. What am i doing wrong? Thanks Steve |
|||
|
11-02-2008, 03:16 PM
(This post was last modified: 11-02-2008 03:17 PM by ivgeo.)
Post: #10
|
|||
|
|||
|
RE: Transferring files from one server to another one!
hmm, tell me your MySQL version,
MySQL version (OLD HOST) = MySQL version (NEW HOST) = are these two different? eg. 4.x and/or 5.x "Freedom is irrelevant. Resistance is futile." -- Borg Collective |
|||
|
« Next Oldest | Next Newest »
|







Very soon i will give a try to it . But if i forget my old database password then how can i remember it ? And don't we need backup the database from old server through phpmyadmin ?
