RE: How can I dump and empty a table?

2003-12-09 Thread elimachi
09/12/2003 12:28 Para <[EMAIL PROTECTED]> cc Asunto RE: How can I dump and empty a table? Lets do this: mysqldump -u user -p [database_name] [tablename] > ./thefilewhatyouwouldliketocreate.dmp Check that file. VAso -Original Message- From: [EMAIL PROTECTED] [mail

RE: How can I dump and empty a table?

2003-12-09 Thread Vasoczki Ferenc
Lets do this: mysqldump -u user -p [database_name] [tablename] > ./thefilewhatyouwouldliketocreate.dmp Check that file. VAso -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 5:25 PM To: [EMAIL PROTECTED] Subject: How can I dump and e