Skip to content

Commit 4ec5e84

Browse files
committed
MySQL 5.7 is GA now, remove the -DMR suffix from the apt repo
1 parent 206b456 commit 4ec5e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_mysql57.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ service mysql stop
66
apt-get purge '^mysql*' 'libmysql*'
77
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x8C718D3B5072E1F5
88

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

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

0 commit comments

Comments
 (0)