10000 GitHub - ovidiutirsa-en/mysql8-docker-container: MySQL8.0を手軽に勉強するためのdocker-compose
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ovidiutirsa-en/mysql8-docker-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest comm AC3E it

 

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%
0