Hi,

mysqldump has an flag '-Q' which quotes all table and column names. But what about the database names? They will not be quoted (in the CREATE and USE statements)!
During transformation of databases from a 3.23 server to 4.1 I have some databases with '-' inside the name (obviously this was possible with mysql-3.23). How can I handle the dump (and restore) of such databases automatically?


Regards,
Wolfgang

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



Reply via email to