https://github.com/lovesaroha/mysql-admin-api
A simple easy to use mysql administration api.
https://github.com/lovesaroha/mysql-admin-api
api mysql-administrator php
Last synced: 11 months ago
JSON representation
A simple easy to use mysql administration api.
- Host: GitHub
- URL: https://github.com/lovesaroha/mysql-admin-api
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-02T18:24:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-02T18:29:55.000Z (over 4 years ago)
- Last Synced: 2025-01-12T19:23:28.500Z (12 months ago)
- Topics: api, mysql-administrator, php
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MYSQL-Admin-API
A simple easy to use mysql administration api.
## Features
- Manage connnection.
- Create , Remove databases.
- Run sql querries.
- Create, Remove tables.
- Insert, Remove, Search, Update table content.
## Usage
```bash
docker container create --name mysql-admin-api -p 8000:80 --mount src="MYSQL-Admin-API",target=/var/www/html,type=bind php:7.4-apache
```