Create table sentence creates table lowercase ...
queries using case sensitive table name fails ...
I use external script with lines
//Wordpress context
define('WP_USE_THEMES', false);
require('../../../wp-blog-header.php');
on top of it ...
wordpress plugin which uses the same cased table names works ... what else peaqce of code should I add to make it work ... ???