Skip to content

Commit eed4854

Browse files
committed
Debugging
1 parent 5de695d commit eed4854

File tree

1 file changed

+2
-1
lines changed
  • integration_test/third_party_apps_test/applications/mysql/debian_ubuntu

1 file changed

+2
-1
lines changed

integration_test/third_party_apps_test/applications/mysql/debian_ubuntu/install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ sudo apt install -y wget
66
wget --no-verbose https://dev.mysql.com/get/mysql-apt-config_0.8.35-1_all.deb
77
sudo dpkg -i mysql-apt-config_0.8.35-1_all.deb
88
sudo 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)'
109
sudo 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

1213
source /etc/os-release
1314

0 commit comments

Comments
 (0)