We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e502a2d commit d11edc1Copy full SHA for d11edc1
cookbooks/mysql/attributes/default.bash
@@ -1,6 +1,6 @@
1
#!/bin/bash -e
2
3
-export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.11-linux-glibc2.5-x86_64.tar.gz'
+export MYSQL_DOWNLOAD_URL='http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.12-linux-glibc2.5-x86_64.tar.gz'
4
5
export MYSQL_INSTALL_FOLDER='/opt/mysql'
6
0 commit comments