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

后端 未结 7 1933
不知归路
不知归路 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 found a solution which might help someone in future, I had table with id, which was not primary key and not auto increment, i added temp column, made it primary and auto increment, then i edited the id column and then i removed the temp column, after that i changed id to primary and auto increment

    0 讨论(0)
提交回复
热议问题