Author Topic: Moving to a new server  (Read 4598 times)

0 Members and 1 Guest are viewing this topic.

Offline allalias

  • Pre-Newbie
  • Posts: 3
    • View Profile
Moving to a new server
« on: June 03, 2003, 04:24:12 AM »
What database files do I need to backup when moving to a new server.

What MySQL commands should I use to both backup and then restore the database using phpMyAdmin?

Thanks for the help :)

Offline www.girls-on-bikes.com

  • Full Member
  • ***
  • Posts: 145
    • View Profile
    • http://www.girls-on-bikes.com/
Moving to a new server
« Reply #1 on: June 03, 2003, 04:42:13 AM »
You are going to want to export the entire Database (the one with the 4images_ tables in them), and make sure you do structure and data and to a file.
Then on your new host, just import that .sql file.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Moving to a new server
« Reply #2 on: June 03, 2003, 04:46:48 AM »
this thread u might find usefull ;)
http://4homepages.de/forum/viewtopic.php?t=4453
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline allalias

  • Pre-Newbie
  • Posts: 3
    • View Profile
Moving to a new server
« Reply #3 on: June 03, 2003, 03:41:58 PM »
thanks :)