I started by installing mysql-server from the offical repos which was no problem. But here was no installation candidate for mysql-workbench in the official repos, so I opted to download the debian package from here
When i tried to install the debian package I was met with this error.
The following packages have unmet dependencies:
mysql-workbench-community: Depends: libc6 (>= 2.33) but 2.32-0ubuntu3 is to be installed
Depends: libgdk-pixbuf-2.0-0 (>= 2.22.0) but it is not installable
Depends: libproj19 (>= 7.2.0) but it is not going to be installed
Depends: libzip4 (>= 0.10) but it is not installable
Someone on reddit then recommended that I do this
wget -O /tmp/mysql-apt-config.deb https://repo.mysql.com/mysql-apt-config_0.8.16-1_all.deb
sudo apt install /tmp/mysql-apt-config.deb
sudo apt update
sudo apt install mysql-server mysql-workbench-community gnome-keyring
Which left me here
The following packages have unmet dependencies:
mysql-workbench-community : Depends: libproj15 (>= 6.3.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
You can find a reddit-thread for my issue here