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

前端 未结 18 1726
春和景丽
春和景丽 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:23

    In my case I ran this command even if the table wasn't visible in PhpMyAdmin :

    DROP TABLE mytable

    then

    CREATE TABLE....

    Worked for me !

提交回复
热议问题