I have been trying to install mysql-server
on my debian machine for a while now, but so far I have run into many problems. I'm running Raspbian GNU/Linux 9.6 (stretch).
I have tried:
sudo apt-get update
sudo apt-get install mysql-server
However, this installs mariadb-server
(version 10.1, I need at least 10.2 for it to work) instead. I have tried updating my sources and adding apt-repo's but nothing allowed me to install the normal MySql. I have also tried install MariaDB >= 10.2
directly but no luck either.
I would like either normal MySql-5.6 or MariaDB-10.3 on my machine. What do I do?