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

tree table view converts all to lower case

forums forums SQLyog SQLyog: Bugs / Feature Requests tree table view converts all to lower case

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #14723
      CalEvans
      Member

      What versio0s of SQLyog and Mysql? I'm using MySQL 4.0.13 and SQLyog 3.52 and don't have this problem.

      =C=

    • #14724
      Ritesh
      Member

      Greetings

      We have 3.23.54-log on Linux and SQLyog maintains the case sensivity of the DB/Table/Column Names…

    • #14725
      Shadow
      Member

      Apparently you work on some kind of linux/unix because on Win table names are case insensitive (OS file names are case insensitive). You should consider starting mysqld as: mysqld -O lower_case_table_names=1. This will convert all table names to lowercase. (From version 4.0.2, this option also applies to database names.) Old names, however, need to be converted manually…

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