Skip to content

tegal1337/mini-adminer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Mini Adminer πŸ› οΈ

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. πŸ—ƒοΈ

Features ✨

  • πŸ” Execute SQL queries
  • πŸ“€ Import SQL files
  • πŸ“₯ Export database to a SQL file
  • πŸ’Ύ Dump the entire database for backups
  • πŸš€ Supports MySQL, PostgreSQL, and SQLite

Installation πŸ”§

Prerequisites πŸ“Œ

Ensure you have a database server installed:

  • MySQL / MariaDB
  • PostgreSQL
  • SQLite

Installation Steps πŸšΆβ€β™‚οΈ

  1. Clone the Repository
    Clone the repository to your local machine:

    git clone https://github.com/williamlaurent/mini-adminer.git
    cd mini-adminer
  2. 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';
  3. 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

About

A mini adminer tools for execute sql query, import sql file, export database, dump database.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages