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

uppercasing table names

forums forums SQLyog Using SQLyog uppercasing table names

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #14330
      CalEvans
      Member

      If I enter:

      Code:
      create table UPPERCASE_TEST (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
                    `testID` bigint(22) NOT NULL default '0') Type=InnoDB;

      in the SQLyog window and then press F5, it creates a table named UPPERCASE_TEST for me. WHen I refresh the list of tables, it's there.

      What version of SQLyog and MySQL?

      =C=

    • #14331
      phasews
      Member

      I'm an idiot. I just installed MySQL 4.0.13 on win2k and forgot to set the lower_case_table_names variable ot 'OFF'

Viewing 1 reply thread
  • You must be logged in to reply to this topic.