New version of PHPMyAdmin has stopped me being able to edit data

后端 未结 7 1936
不知归路
不知归路 2020-12-17 18:12

PHPMyAdmin has just been upgraded by my server admin to v4.0.4.2.

Now I am unable to edit rows in the following table:

CREATE TABLE IF NOT EXISTS `pr         


        
7条回答
  •  南方客
    南方客 (楼主)
    2020-12-17 18:40

    Without unique key, there is no way to differentiate between two same records which can exists. Therefore phpMyAdmin can not safely edit the table - you have no clue which of these would end up edited. Do you really want to have duplicate records in this table?

提交回复
热议问题