MySQL Query Browser "Edit" disabled
Posted: Wed Aug 18, 2010 5:02 pm
I created a new table 2010reunion under chung-shan schema and I was able to write into it via CGI.
However, when I was trying to modify the table, I found "Edit" was grayed out disabled.
I searched on internet but didn't find any useful clues.
By default, MySQL Query Browser uses the following command:
It disables the Edit button.
When I removed the trailing "r" in the command, Edit is back!!!
I don't really know why the alias would make it disable the function.
Maybe a bug!!!
However, when I was trying to modify the table, I found "Edit" was grayed out disabled.
I searched on internet but didn't find any useful clues.
By default, MySQL Query Browser uses the following command:
Code: Select all
SELECT * FROM 2010reunion r;
Code: Select all
SELECT * FROM 2010reunion;
Maybe a bug!!!