in your case, just do an import as lower case -- assuming your tables aren't huge..

then just rename the tables AFTER an import..

because the lower case isn't just for the create table.. but also for the insert into to populate the data as well..

teh upper/lower case comes into play after the table prefix..

so ubbt_address_book becomes ubbt_ADDRESS_BOOK

bada bing! smile