Application name and GIT url update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# MariaDB Excel-like Web UI
|
||||
# Turbo RFQ - MariaDB simple Web UI
|
||||
|
||||
A lightweight PHP web application that provides an Excel-like interface for browsing and editing MariaDB tables.
|
||||
Users authenticate with **their own MariaDB credentials**, and the app works with *any* schema by reading metadata from `information_schema`.
|
||||
@@ -85,7 +85,7 @@ php -r "unlink('composer-setup.php');"
|
||||
|
||||
```bash
|
||||
cd /path/to
|
||||
git clone <your-repo-url> mariadb-grid
|
||||
git clone https://git.mchus.pro/mchus/turborfq.git mariadb-grid
|
||||
cd mariadb-grid
|
||||
```
|
||||
|
||||
@@ -207,10 +207,5 @@ http://localhost:8080/
|
||||
- Confirm credentials using `mysql` client or another tool.
|
||||
- Check firewall and bind-address on the MariaDB server.
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
This project is intended as a starting point/template.
|
||||
Use and adapt it freely within your environment and licensing requirements of the included libraries (e.g., Tabulator, Slim, etc.).
|
||||
```
|
||||
Reference in New Issue
Block a user