I am having a bit of an issue with mysql workbench I am connected to mysql with workbench from my local computer but I am unable to change some information because it is a "read only" table. Quote: "Table mob_skill_db has no primary keys or unique non nullable columns defined..."
It continues on saying that only primary keys or unique non null-able columns can be edited. Do you guys by any chance know of a solution to this? I've been searching online but I am unable to find the answer.
Thank You.
Bump
Edit: I was looking at some other .sql and I noticed that they had " PRIMARY KEY (`....`) " I just added the script in the original file and it was editable~!
Question
Deimler
Hi
I am having a bit of an issue with mysql workbench
I am connected to mysql with workbench from my local computer but I am unable to change some information because it is a "read only" table.
Quote: "Table mob_skill_db has no primary keys or unique non nullable columns defined..."
It continues on saying that only primary keys or unique non null-able columns can be edited.
Do you guys by any chance know of a solution to this?
I've been searching online but I am unable to find the answer.
Thank You.
Bump
Edit: I was looking at some other .sql and I noticed that they had " PRIMARY KEY (`....`) "
Edited by DeimlerI just added the script in the original file and it was editable~!
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.