I would like to give this db editor a go but I don’t really have the time to figure out how to integrate it. Do you have a decent example of how I can get an editor working for one table?
I had the no-save problem with another db editor. I am pretty sure that the cause was the MySQL setting ‘secure_file_priv’. This can only be set in the my.ini; and cannot be set dynamically. Use ‘SHOW VARIABLES LIKE “secure_file_priv”‘ to see what your current setting is. I think you need to remove the setting value and try again with the save.
Hope that works.