Skip to content

Instantly share code, notes, and snippets.

@dominikkukacka
Created June 5, 2014 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dominikkukacka/468f230207e768d7e622 to your computer and use it in GitHub Desktop.
Save dominikkukacka/468f230207e768d7e622 to your computer and use it in GitHub Desktop.
image: bradrydzewski/php:5.4
services:
- mysql:5.5
# - redis
notify:
email:
recipients:
- dominik@creativebrains.net
script:
- mysql -h localhost -u root -e 'CREATE DATABASE test;'
- mysql -h localhost -u root -e 'USE test; SELECT 1;'
$ 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