Skip to content

A simple docker container for viewing contents of mysql database dump using the phpmyadmin web interface

Notifications You must be signed in to change notification settings

Oluwatemilorun/mysql-database-dump-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Database Dump Viewer

This helps to open and view a MySQL database dump on a web interface using PHPMYADMIN

How to Use

  • Get the db dump and copy it into the ./dump folder. Rename it to db.sql
    mv /path/to/db/dump.sql ./dump/db.sql
  • Update the .env file with the credentials of your database and dump
  • Start up the service with docker-compose up --build
  • Open http://localhost:8090 to reveal the phpMyAdmin dashboard login portal
  • Login using the value of MYSQL_USER as the username and MYSQL_PASSWORD as the password

Requirements

  • Docker

About

A simple docker container for viewing contents of mysql database dump using the phpmyadmin web interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages