If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Copy one remote database to another

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-08, 13:29
elskan elskan is offline
Registered User
 
Join Date: Apr 2005
Posts: 30
Copy one remote database to another

Hi Everyone,

I'm looking to copy one database to another, both are hosted remotely.

Is there a quick and easy way or do I need to dump data from one database to my local machine and then upload to the other.

Thanks
Reply With Quote
  #2 (permalink)  
Old 02-27-08, 13:37
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
if both are hosted remotely on different machines, say different servers then its probably is going to be easier to dump to local machine and then upload to new server.

the best person to ask however is whoever administers those remote servers they may well be able or prepared to do a direct import.
Reply With Quote
  #3 (permalink)  
Old 02-27-08, 13:46
elskan elskan is offline
Registered User
 
Join Date: Apr 2005
Posts: 30
Thanks for getting back healdem.

I'd rather not involve the admin guys, one of the companies I use is not very good hence the move.

I am doing the dump right now but have come across some errors in the dump, namely the current_timestamp, the last field in the table, has been dumped minus any quotes and the upload is failing on the fact it's not enclosed.

The field types are identical though.

any ideas on how I can avoid a tedious find and replace.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On