Application name and GIT url update

This commit is contained in:
2026-01-21 02:14:43 +03:00
parent df33488ad7
commit 5eb3cd432e

View File

@@ -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. 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`. 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 ```bash
cd /path/to cd /path/to
git clone <your-repo-url> mariadb-grid git clone https://git.mchus.pro/mchus/turborfq.git mariadb-grid
cd mariadb-grid cd mariadb-grid
``` ```
@@ -207,10 +207,5 @@ http://localhost:8080/
- Confirm credentials using `mysql` client or another tool. - Confirm credentials using `mysql` client or another tool.
- Check firewall and bind-address on the MariaDB server. - 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.).
``` ```