Skip to content

Programador-Pelo-Mundo/docker-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Dependencies

How to use

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

Using the interface

You can now access the interface using the following address and credentials.

url: http://localhost:3333

user: root

password: root

About

An dockerized MySQL environment to learn database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published