mleralec / check-your-mysql-dump

Check your mysql dump with docker 🐳

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check your mysql dump with docker

# clone et set up
$ git clone https://github.com/mleralec/check-your-mysql-dump
$ cd check-your-mysql-dump

$ cp /you-dump.sql ./data/dump.sql

# run containers
$ docker-compose up -d
$ docker exec -it check-your-dump-mysql bash

$ mysql -u user -p database < /home/dump.sql
# check password in env file

go to localhost:7777

To make a dump:

mysqldump -u user -p database > /home/new-dump.sql

About

Check your mysql dump with docker 🐳


Languages

Language:TSQL 100.0%