https://github.com/manmolecular/mysql-phpmyadmin-docker
MySQL 5.7 with PHPMyAdmin in Docker container
https://github.com/manmolecular/mysql-phpmyadmin-docker
docker dockerfile mysql phpmyadmin
Last synced: 11 months ago
JSON representation
MySQL 5.7 with PHPMyAdmin in Docker container
- Host: GitHub
- URL: https://github.com/manmolecular/mysql-phpmyadmin-docker
- Owner: manmolecular
- Created: 2018-05-03T06:49:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T10:19:31.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T16:54:07.043Z (about 1 year ago)
- Topics: docker, dockerfile, mysql, phpmyadmin
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysql-phpmyadmin-docker
## Phpmyadmin adress:
```
localhost:8080
```
## Phpmyadmin:
root:
```
login: root
pass: rootpass
```
## Start container:
```
docker-compose up
```
(you will need `sudo` if your user account is not in `docker` group on your system)
## Export current database:
```
./export.sh
```
## Connect to mysql:
```
./connect.sh
```
## Load create database sql-script:
Put your script in `sqldumps` dir before running `docker-compose`