Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 234 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 234 Bytes

Add the database to the container: docker exec -i editdb_mariadb mysql -udb -pdb db < DUMP.sql

Create a dump: docker exec -i editdb_mariadb mysqldump -udb -pdb db > NEW_DUMP.sql

PMA url: http://pma.docker.localhost:9999