I've been searching for a while now to find a simple way to display a small table in a MySQL database to a user in Ubuntu and allow them to edit rows in the table. Basically, I'm looking for Microsoft Access for MySQL - create a form, allow the user to enter data and submit it, and click a button to see what's already there in the table. Security isn't important, because it's for a demo. If it can be made to look nice, all the better.
So far all I can find is "write a web app in Django/Drupal/Meteor/some other web framework", which I can do, but I don't want to spend a week on this. But surely there must be some simple app out there that does this?