Skip to content

MySQL database configured on Docker ready to be used.

License

Notifications You must be signed in to change notification settings

mlassakoski/mysql-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Mysql Docker

This repo serves a mysql database running on docker

Setup and install | Usage

Setup and install

Your can fork this repo clone or simply download the .zip bundle with the contents inside.

Environment installation

To run this project you'll need Docker. You can skip this step if you already have Docker installed.

  1. Download and install Docker

Project installation

cd <mysql-docker>

docker-compose up

Usage

Clone the project from github

  https://github.com/mlassakoski/mysql-docker.git

Open a terminal and use cd to enter into directory where you cloned the project.

You can configure the database name and password editing the docker-compose.yml file. After it, inside project directory execute:

docker-compose up

Now your database is running on http:https://localhost:3306/

connect using terminal

  • mysql -h 127.0.0.1 -u root -p

Done!

Credits

*Mauricio Lassakoski

License

  • MIT

About

MySQL database configured on Docker ready to be used.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages