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
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