浏览代码

[build] Update latest MySQL RPM for CentOS 7 (#3602)

Ying Chen 1 年之前
父节点
当前提交
0f2693ceab
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tools/cloudera/build_hue_common.sh

+ 2 - 2
tools/cloudera/build_hue_common.sh

@@ -225,8 +225,8 @@ function centos7_install() {
       xmlsec1-openssl \
       unzip'
     # MySQLdb install
-    sudo -- sh -c 'curl -sSLO https://dev.mysql.com/get/mysql80-community-release-el7-5.noarch.rpm && \
-        rpm -ivh mysql80-community-release-el7-5.noarch.rpm && \
+    sudo -- sh -c 'curl -sSLO https://dev.mysql.com/get/mysql80-community-release-el7-11.noarch.rpm && \
+        rpm -ivh mysql80-community-release-el7-11.noarch.rpm && \
         yum install -y mysql-community-libs mysql-community-client-plugins mysql-community-common'
     # NODEJS 14 install
     sudo -- sh -c 'yum install -y rh-nodejs14-nodejs'