Page 1 of 1

cant edite mysql admin table

PostPosted: 06. June 2015 01:46
by hpjrpathirana
Dear Sir

I am new to apache.In mysql admin shows "Current selection does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available"What can I do for this?

Re: cant edite mysql admin table

PostPosted: 06. June 2015 10:31
by Nobbie
Include a unique column in your selection. A "unique" column is a an index or a key (for example primary key). With the help of this unique value phpmyadmin can identify the row in the table and rewrite it. If there is no unique column in your selection, phpmyadmin cannot know which row of your table has been changed by your editing.