Skip to content

MySQL8.0を手軽に勉強するためのdocker-compose

License

Notifications You must be signed in to change notification settings

trungha89/mysql8-docker-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql8-docker-container

MySQLコンテナセットアップ

# dataディレクトリないの不要なファイルなデータを削除
$ rm -rf ./docker/db/data/*

# MySQL8.0 のコンテナ作成・起動
$ docker-compose up --build -d

# コンテナ起動確認
$ docker-compose ps

# DB初期設定shellの実行
$ bash ./init-mysql.sh

About

MySQL8.0を手軽に勉強するためのdocker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TSQL 55.7%
  • Shell 44.3%