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:
None 
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
Description:
Debian 13 (codename Trixie) was released recently. MySQL hasn't added packages for this version on the download page or in the APT repo.

It looks like Oracle MySQL expects to only add support for newer OS versions with new versions of MySQL. This means users of Debian need to wait with upgrading to Debian 13 until MySQL 9.5 etc is released.

Debian 13 has been in the works for many years and has been available in the testing distribution.

How to repeat:
See description

Suggested fix:
I think that for both Fedora and Debian Oracle should make the current versions of MySQL available once they are close to being released so that users of these operating systems can upgrade once the release has been made official.

See also:
- Bug #116478
- Bug #111398
[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