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 OUTFILE 
command ?
I tried to use both but they create files that are the property of root (so I 
can't read them back) even though I log in with my own name.



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to