My development team if offshore and host work on a test site. I want them to create an interface on the test site where I can run SQL queries to check data in the database (so all reads) + be able to load in lookup values / create tables etc (Writes) via the interface.
I see stackoverflow has something similar with its data explorer were we can do reads on the data via custom queries. I need the same thing + need to write also.
So the question is: How to create this interface? It is a plug-in, readymade, open source or needs to be done from scratch?
I am using PHP codeignitor & MySQL.
Why not just install phpMyAdmin?
ETA:
Here’s a url with a demo of phpMyAdmin. Login with user
rootand empty password.