MySQL Forums
Forum List  »  Newbie

Re: copy records from tables to remote database
Posted by: Arie Nagel
Date: August 19, 2005 02:13AM

If you're going with a command-line solution I suggest you follow the link in my earlier posting. If you adjust the mysqldump parameters you can easily constrict the dump to one or more tables instead of copying the entire database.

If you want to solve this using just the mysql client, you should really read the relevant manual pages: http://dev.mysql.com/doc/mysql/en/mysql.html

You could also try a post on the Embedded MySQL forum:

http://forums.mysql.com/list.php?58

There are some posts about Delphi there already.

Good luck and let us know what you come up with!

Options: ReplyQuote


Subject
Written By
Posted
Re: copy records from tables to remote database
August 19, 2005 02:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.