Comment 18 for bug 1899248

Revision history for this message
Lena Voytek (lvoytek) wrote :

Verified for impish on version 8.0.28-0ubuntu0.21.10.4 with the following test:

lxc launch images:ubuntu/impish test-mysql
lxc exec test-mysql bash

apt update && apt dist-upgrade -y

cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe
EOF

apt update

apt install -y mysql-server

grep mysqlx /var/log/mysql/error.log