RE: Moving data in table from mysql server A to server B

2001-12-18 Thread Roger Baklund
* Kemp Randy-W18971 > If I have mysql on server A and an identical version on server B, > what is the easiest way to move data in Table C from server A to server B? Asuming your databases are stored in /usr/local/mysql/var/ and the relevant database is named "database": >From Server A: scp /usr

Moving data in table from mysql server A to server B

2001-12-18 Thread Kemp Randy-W18971
If I have mysql on server A and an identical version on server B, what is the easiest way to move data in Table C from server A to server B? - Before posting, please check: http://www.mysql.com/manual.php (the manual) ht