Nico Sabbi <[EMAIL PROTECTED]> wrote:
> Hi,
> as the title says mysqldump 4.0.18 (and previous versions) doesn't want
> to dump data in the format 
> 
> insert into db.table values()
> 
> not even using -e or -a.
> 
> Is there any other cli switch that can do this?

No, but if you use -B option of mysqldump USE db_name statements will be included in 
the output.

> 
> Another question: is there a way to dump all dbs that DON'T match a 
> pattern without resorting to pipes / grep -v / xargs?
> 

No, mysqldump doesn't have such option.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to