Bug #118906 | Debian 13 Trixie not supported by MySQL yet | ||
---|---|---|---|
Submitted: | 28 Aug 7:43 | Modified: | 1 Sep 10:03 |
Reporter: | Daniël van Eeden (OCA) | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Package Repos | Severity: | S4 (Feature request) |
Version: | OS: | Debian (13 (Trixie)) | |
Assigned to: | CPU Architecture: | Any | |
Tags: | Debian |
[28 Aug 7:43]
Daniël van Eeden
[1 Sep 10:03]
MySQL Verification Team
Thanks Daniel.
[5 Sep 10:37]
Matthew Roberts
Debian 13 is now released. Also I was able to install by using the MySQL Bookworm repository however there is one dependency that has been renamed in Trixie so you will need to install it manually until MySQL repo has repackaged for it. # Debian 13 workaround wget https://deb.debian.org/debian/pool/main/liba/libaio/libaio1_0.3.113-4_amd64.deb apt-get install ./libaio1_0.3.113-4_amd64.deb I also experienced issues trying to install the mysql-connector-python and found the simplest workaround was to force via pip: # Install Python MySQL Connector pip3 install mysql-connector-python --break-system-packages