Unsupported Screen Size: The viewport size is too small for the theme to render properly.

lower case table names

forums forums SQLyog SQLyog: Bugs / Feature Requests lower case table names

  • This topic is empty.
Viewing 3 reply threads
  • Author
    Posts
    • #8339
      elliot
      Member

      I'm noticing on the windows platform that when I import a database, all of the database table names are changed to lower case. This also occurs when I export the database, all of the tables are changed to lower case.

    • #15500
      Shadow
      Member

      See the setting of lower_case_table_names variable. If it is set to 1, then the table names are stored in lowercase and table name comparison is case insensitive (from v4.0.2 on, this applies to the DB names as well).

    • #15501
      elliot
      Member

      Hey, there it is! You're right. I changed the variable value and now it works. Thanks a ton, Shadow! 😉

    • #15502
      Shadow
      Member

      😀

      You're welcomed!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.