Skip to content

Instantly share code, notes, and snippets.

@olorton
Created December 22, 2015 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olorton/72bf276ec8541129a42e to your computer and use it in GitHub Desktop.
Save olorton/72bf276ec8541129a42e to your computer and use it in GitHub Desktop.
MySQL 5.6 on CircleCI
- - sudo add-apt-repository 'deb http://ppa.launchpad.net/ondrej/mysql-5.6/ubuntu precise main'
+ - sudo apt-add-repository -y 'deb http://ppa.launchpad.net/ondrej/mysql-experimental/ubuntu precise main'
- - export DEBIAN_FRONTEND=noninteractive; sudo apt-get -y install mysql-server
+ - export DEBIAN_FRONTEND=noninteractive; sudo apt-get -y install mysql-server-5.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment