Forum Moderators: coopster

Message Too Old, No Replies

copy table from 1 server to another

         

jackvull

9:27 am on Jun 13, 2006 (gmt 0)

10+ Year Member



Hi
I have to copy a table structure plus data to another server. However, I cannot access the 2nd server through a direct login due to security measures so I'm wondering if there's a way to generate some sort of script into a variable and pass the string across to the other server, perhaps though an iframe, and have it run on the other mysql database.

Any ideas? Thanks.

eelixduppy

12:54 pm on Jun 13, 2006 (gmt 0)



If at all possible for you, I would use mysqldump [dev.mysql.com] for this, and then just load it into the new database.