Re: mysqldump of one table?

2001-01-12 Thread rayudu
hi mysqldump -u (username) -h (hostname) -p databasename tablename>filename password then upload the same whereever required mysql -u (username) -h(hostname) -p databasename > hi > > > > i want to dump the contents of one table into a text > > file ... can you tell me what i've done wrong ? >

Re: mysqldump of one table?

2001-01-12 Thread Carsten H. Pedersen
> hi > > i want to dump the contents of one table into a text > file ... can you tell me what i've done wrong ? > > i tried : > > mysqldump --opt --tables studenttable > myfile.txt > mysqldump --opt --databases [studenttable] > myfile.txt > mysqldump --opt database [studenttable] > myfile.txt

Re: mysqldump of one table?

2001-01-12 Thread Rolf Hopkins
ROTECTED]> To: "mySQL Mailing List" <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 17:30 Subject: mysqldump of one table? hi i want to dump the contents of one table into a text file ... can you tell me what i've done wrong ? i tried : mysqldump --opt --tables studentt

mysqldump of one table?

2001-01-12 Thread anna soobrattee
hi i want to dump the contents of one table into a text file ... can you tell me what i've done wrong ? i tried : mysqldump --opt --tables studenttable > myfile.txt mysqldump --opt --databases [studenttable] > myfile.txt mysqldump --opt database [studenttable] > myfile.txt but all these resul