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

后端 未结 7 1942
不知归路
不知归路 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条回答
  •  萌比男神i
    2020-12-17 18:45

    All you got to do is add a unique column like one called id with a index = PRIMARY like the pic, or if you have one already that is called id that are numbers just make it PRIMARY

    enter image description here

提交回复
热议问题