* 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
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