Skip to content

Commit

Permalink
mysql with docker
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarSotoSanchez committed Mar 20, 2018
1 parent 19bf187 commit 8b25b85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Uso temporal de dockers → MYSQL_DOCKER.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#Lanzar BBDD temporal dockers
### Run mysql using docker
```
docker run --rm -p 3306:3306 -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=TrackOrJargh -d mysql:5.7.21 mysqld --lower_case_table_names=1
```

0 comments on commit 8b25b85

Please sign in to comment.