Saving a table to a text file

2003-11-17 Thread Lay Hoon Tan
I keep on getting errors for saving table to an external file. I think
there is something wrong with the syntax. Could someone help me to correct
it ?

mysql mysqldump -r database table1;

Regards



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Saving a table to a text file

2003-11-17 Thread Bernard Clement

mysqldump is a program like mysql not a command within mysql.

Bernard
On Monday 17 November 2003 21:46, Lay Hoon Tan wrote:
 I keep on getting errors for saving table to an external file. I think
 there is something wrong with the syntax. Could someone help me to correct
 it ?

 mysql mysqldump -r database table1;

 Regards


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]