Skip to content

Commit

Permalink
MySQL 5.7 is GA now, remove the -DMR suffix from the apt repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Nov 22, 2015
1 parent 206b456 commit 4ec5e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_mysql57.sh
Expand Up @@ -6,7 +6,7 @@ service mysql stop
apt-get purge '^mysql*' 'libmysql*'
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x8C718D3B5072E1F5

add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.7-dmr'
add-apt-repository 'deb http://repo.mysql.com/apt/ubuntu/ precise mysql-5.7'

apt-get update
apt-get -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confnew -y install mysql-server libmysqlclient-dev
Expand Down

0 comments on commit 4ec5e84

Please sign in to comment.