Re: small bug in mysqldump

2003-09-29 Thread Keith C. Ivey
On 29 Sep 2003 at 20:47, Lorenzo Sicilia wrote: > when I use mysqldump the database name is write: > design-network instead "design-network" If you have odd characters in your names, then you need to use the --quote-names option on mysqldump, so that it puts backticks around them. -- Keith C

small bug in mysqldump

2003-09-29 Thread Lorenzo Sicilia
I have a database with the name design-network when I use mysqldump the database name is write: design-network instead "design-network" in table name, field name, etc all work fine. The dump finish correctly but when I try use generated SQL I get an error. The problem is "-". Other dump tool (e