- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] MySQL dumps per database, how 2 script ?
- From: "Voytek" <lists@xxxxxxxxxx>
- Date: Sat, 4 Sep 2004 01:17:58 +1000 (EST)
- User-agent: SquirrelMail/1.5.0
<quote who="Felix Sheldon">
> Voytek wrote:
>>but not sure how to parse the 'borders' and feed it back to the mysqldump
> You can tell the mysql client to leave out the boxes (and the
> 'databases' column name):
>
> mysql -p -B --column-names=FALSE -e "show databases"
Felix, thanks for that tip
meanwhile, I think I have now found a working script on a live server that
might do the job
--
Voytek