Backing up specific tables or content

2002-04-12 Thread Raphael Di Cicco
Hi, I would like to dump some tables, and also some fields of a given table but not all of them, from my database. I understand that mysqldump creates a dump of the whole database and not a part of it. How can I do that ? Do I have to use the BACK UP command or should I use the SELECT INTO

Re: Backing up specific tables or content

2002-04-12 Thread Egor Egorov
Raphael, Friday, April 12, 2002, 12:02:16 PM, you wrote: RDC I would like to dump some tables, and also some fields of a given table but RDC not all of them, from my database. I understand that mysqldump creates a dump RDC of the whole database and not a part of it. How can I do that ? RDC Do