docker-mysql
This project was created to help you start your journey to master databases.
With few dependencies, it gives you an operational database with a user-friendly interface ready to be used in your studies and very easy to extend later for other projects.
- Make
- Docker
- Docker Compose
- Git
- Any web browser
After installing the dependencies mentioned previously, type the following command at your terminal to start the database and the interface to access the database (phpmyadmin).
make up
If everything goes well you should see something similar like the follows as the output
...
✔ Container ppm-mysql-1 Running
✔ Container ppm-phpmyadmin-1 Running
You can now access the interface using the following address and credentials.
user: root
password: root