Play with the --batch and --skip-column-names options to the mysql client:
# mysql -uroot -p -h`hostname` --batch --skip-column-names
Enter password:
show databases;
mysql
Hope this helps.
Atle
On Thu, 19 Dec 2002, Scott Haneda wrote:
> And finally, the main question,
> mysql> show databas
on 12/18/2002 11:39 PM, Dan at [EMAIL PROTECTED] wrote:
> http://worldcommunity.com/opensource/utilities/mysql_backup.html
>
> I've heard great things about this script and I'm just about to start using
> it myself.
Am I wrong, but it seem this script dumps each table to a separate file,
what is
http://worldcommunity.com/opensource/utilities/mysql_backup.html
I've heard great things about this script and I'm just about to start using
it myself.
-Dan
-Original Message-
From: Scott Haneda [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 18, 2002 11:31 PM
To: MySql
Subject: Upd