This is a simple PHP based application which can be used to Create, Retrive, Update, Delete operations on an available MySQL database.
How to use this ?
- Host db.php, query_form.html and query.php on your server
- Open db.php. Edit the Server name, Username, Password and Database name and enter details of your MySQL server
- Open browser and enter http://yoursite.com/query_form.html, you will see a textarea for you to enter the query which you want to run on your MySQL server (One query at a time)
- You will see the results of your query on the query.php page
For more details follow the below blog:
https://technobytes.azurewebsites.net/techbytes/?q=web-ui-for-db-mgmt-php-mysql/