Forums

mysql table names are case insensitive/sensitive (1 post)

  1. are79
    Member
    Posted 3 years ago #

    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 ... ???

Topic Closed

This topic has been closed to new replies.

About this Topic