Mini Adminer is a simple yet powerful tool to interact with your databases. It allows you to execute SQL queries, import SQL files, export databases, and dump database content. ποΈ
- π Execute SQL queries
- π€ Import SQL files
- π₯ Export database to a SQL file
- πΎ Dump the entire database for backups
- π Supports MySQL, PostgreSQL, and SQLite
Ensure you have a database server installed:
- MySQL / MariaDB
- PostgreSQL
- SQLite
-
Clone the Repository
Clone the repository to your local machine:git clone https://github.com/williamlaurent/mini-adminer.git cd mini-adminer -
Configure Database Credentials
Open the mini-adminer-v2.php file and update the database credentials:$db_host = 'localhost'; $db_username = 'your_db_username'; $db_password = 'your_db_password'; $db_name = 'your_db_name';
-
Run the Application
Upload the mini-adminer-v2.php file to your web server and access it via your browser:http://localhost/mini_adminer.php
You will be prompted to enter the username (human) and password (password) for basic authentication. π
Made by Indonesiancodeparty