Skip to content

Instantly share code, notes, and snippets.

@gtkatakura-bysoft
Created November 7, 2018 11:32
Show Gist options
  • Save gtkatakura-bysoft/0fa0c02e625b10c6e6cde4720a6b201e to your computer and use it in GitHub Desktop.
Save gtkatakura-bysoft/0fa0c02e625b10c6e6cde4720a6b201e to your computer and use it in GitHub Desktop.
docker run --name mysql-5-7-24 -p 127.0.0.1:3310:3306 -e MYSQL_ROOT_HOST=% -e MYSQL_ROOT_PASSWORD=gett -d mysql/mysql-server:5.7.24
mysql -u root -p --host=127.0.0.1 --port=3310
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment