Greetings,
I am looking for a FOSS graphical interface to ONLY USE, NOT manage, an already existing MySql or Maria DB database.
In other words, I only need a decent GUI that, with as little setup as possible, lets me
choose a table in a database find a record in it create or modify records in one USABLE form
by usable I mean, at least
put one, max 3/4 field per row, ie fit all in the screen, instead of showing one row with all the fields, which is 5 times larger than the screen, thus making me waste a lot of time to go over it
present all fields that are defined as ENUM as dropdown menus of all the possible entries
I **KNOW** that Open/Libreoffice can do this, in theory. but in practice, for some reason making them talk to a mysql/mariadb database still never works painlessly on Fedora, not in my experience anyway
I'd even be happy (even happier, in fact) with a LAMP, in-browser interface for this, instead of a native desktop client. But I could not find FOSS php classes/packages that could do the above AND would work with current version of php.
Any pointer?
TIA, marco