phpMyAdmin error: #1054 - Unknown column 'systeem_eisen' in 'order clause'

后端 未结 8 1656
有刺的猬
有刺的猬 2020-12-31 10:51

Yesterday I removed a column called \'systeem_eisen\' from a table. Now when I click in phpMyAdmin at the table \'products\' I get the error message:
#1054 - col

8条回答
  •  没有蜡笔的小新
    2020-12-31 11:43

    I got this error after I renamed a table. I was not able to Browse this renamed table with this same error saying:

    previous_table_name.some_column not found.

    So after changing the table name, go to the Search tab, open the +Options menu at the bottom. In Display Order, there will be no column set, for now, so change it to any column now from dropdown and save. Error resolves.

提交回复
热议问题