Bug? #1146 - Table 'xxx.xxxxx' doesn't exist

前端 未结 18 1739
春和景丽
春和景丽 2020-11-29 05:49

I am using windows XP. I am creating a table in phpMyAdmin using its built-in create table feature, my database name is ffffd.

It generates the following

18条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 06:39

    In my case, MySQL's parameter; lower_case_table_names was configured = 0.

    It causes queries related with using upper cases will not work.

提交回复
热议问题