Re: Update databases, the unanswered question (resend)

2002-12-19 Thread MySQL
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

Re: Update databases, the unanswered question

2002-12-19 Thread Scott Haneda
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

RE: Update databases, the unanswered question

2002-12-18 Thread Dan
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