Categories
MySQL

Cannot edit table data in MySQL Query Browser

If a table cannot be edited in MySQL, check to ensure that it has a primary key.

This can arise if a table is copied from another table – the copy will not have a primary key.

Adding a primary key will resolve the problem.

Leave a Reply