Re: numbered tables in mysql

2002-05-28 Thread Augey Mikus
I seem to have answered my own question :-) The answer is that you have to use -Q or --quote-names in mysqldump Cheers! Augey Mikus Augey Mikus wrote: > I am attempting to migrate a MySQL driven web application that, in my > opinion, was designed by a stupid monkey. The php web frontend

numbered tables in mysql

2002-05-28 Thread Augey Mikus
I am attempting to migrate a MySQL driven web application that, in my opinion, was designed by a stupid monkey. The php web frontend dynamically creates tables to store chunks of data rather than just adding rows to existing tables. Don't ask me why! However, when attempting to migrate the