I have several web applications for different clients, each of which is based on a MySQL database. There is a lot of time for each database so that users can manage the database (insert, delete, create reports, etc.).
Is there any type of web interface (similar to phpMyAdmin) that is convenient and safe (will not allow the user to change the structure of the database)?
Since I use shared hosting on GoDaddy, I can not configure different users with different permissions to install phpMyAdmin ...
Thanks!
source share