fixed formatting

This commit is contained in:
jtscott
2016-11-16 19:16:08 -07:00
parent 83148a2d38
commit d79cd68536

View File

@@ -20,7 +20,7 @@ This dockerfile will build a new installation of [Pancake App](https://www.panca
- 4. Login to MySQL and create a Pancake database user
~~~~
`docker exec -it mysql-pancake /bin/bash -c "export TERM=xterm; exec bash"`
docker exec -it mysql-pancake /bin/bash -c "export TERM=xterm; exec bash"
mysql -u root -p
CREATE DATABASE pancake_db;
CREATE USER 'pancake_user'@'%' IDENTIFIED BY 'YOURPASSWORDHERE';