Created
June 5, 2014 14:10
-
-
Save dominikkukacka/468f230207e768d7e622 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image: bradrydzewski/php:5.4 | |
services: | |
- mysql:5.5 | |
# - redis | |
notify: | |
email: | |
recipients: | |
- [email protected] | |
script: | |
- mysql -h localhost -u root -e 'CREATE DATABASE test;' | |
- mysql -h localhost -u root -e 'USE test; SELECT 1;' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mysql -h localhost -u root -e 'CREATE DATABASE test;' | |
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment