debian 10 buster mysql

Shell
sudo dpkg-reconfigure mysql-apt-config
sudo apt update 
sudo apt install mysql-server
wget http://repo.mysql.com/mysql-apt-config_0.8.13-1_all.deb
sudo dpkg -i mysql-apt-config_0.8.13-1_all.deb

Source

Also in Shell: