Thank you for your advice. 2008/8/10 knk <[EMAIL PROTECTED]>
> How about this? > *mysqlhotcopy db_name /path/to/some/dir* > > I think you are also looking for HERE documents. > Try pasting this at your unix command prompt: > > *mysql > a.txt << EOF* > *help* > *EOF* > > knk > > > On 8/8/08, Francisco Antonio Trujilho Filho <[EMAIL > PROTECTED]<chico%40t100.com.br>> > wrote: > > > > Hi to all. > > > > I need to do the backup of my MySQL's databases so I want do each > > database in a separated file. > > > > I don't know how I can execute the commands: "show databases;" from > > shell script. > > > > Does anyone know how I can get the database's names? > > > > Thank you, > > Francisco Trujillho > > > > > > > > > > > > -- > knk > > >

