okaryo / mysql_training

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql_training

Build a MySQL environment for "Learning SQL(初めてのSQL)".

This repository uses the official sakila as sample data.

setup

build and run docker-compose

docker-compose up -d

Or, enter the container and access MySQL server

  1. docker-compose run mysql bash
  2. mysql -u root -h host.docker.internal -p

About


Languages

Language:Shell 100.0%