File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
integration_test/third_party_apps_test/applications/mysql/debian_ubuntu Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,9 @@ sudo apt install -y wget
66wget --no-verbose https://dev.mysql.com/get/mysql-apt-config_0.8.35-1_all.deb
77sudo dpkg -i mysql-apt-config_0.8.35-1_all.deb
88sudo apt update
9- sudo debconf-set-selections <<< 'mysql-community-server mysql-server/default-auth-override select Use Legacy Authentication Method (Retain MySQL 5.x Compatibility)'
109sudo debconf-set-selections <<< 'mysql-apt-config mysql-apt-config/select-server select mysql-8.0'
10+ sudo debconf-set-selections <<< 'mysql-community-server mysql-server/default-auth-override select Use Legacy Authentication Method (Retain MySQL 5.x Compatibility)'
11+ sudo debconf-show mysql-apt-config
1112
1213source /etc/os-release
1314
You can’t perform that action at this time.
0 commit comments