Re: extract text from table to file, and recover damage.

2010-09-15 Thread Travis Ard
You could try SELECT ... INTO OUTFILE ... Also, if you just want to look at the data a page at a time, try setting your pager variable to your favorite pager program. mysql> pager /usr/bin/less and unset it with \n mysql> \n -Travis -- From:

Re: extract text from table to file, and recover damage.

2010-09-15 Thread Michael Dykman
if on unix/mac: $ echo "select * from searchindex" | mysql -u wikiuser -p maqwiki > myfile.txt you can probably do something similar on windows.. On Wed, Sep 15, 2010 at 4:00 PM, Uwe Brauer wrote: > Hello > > I am still fighting with the crashed hard disk and its db. > > I had a look at the