11-25-2020, 10:42 AM
https://linuxize.com/post/how-to-install...debian-10/
I found the above link and checked many tutorials in every tutorial you see there is a MYSQL Repository you need to install before doing "apt install mysql mysql-server.
wget http://repo.mysql.com/mysql-apt-config_0.8.13-1_all.deb
sudo apt install ./mysql-apt-config_0.8.13-1_all.deb
apt-get install mysql mysql-server
Try this above and tell me whats the result of this! And maybe try installing mariadb-server and see if that helps!
Regards,
sAmI.
I found the above link and checked many tutorials in every tutorial you see there is a MYSQL Repository you need to install before doing "apt install mysql mysql-server.
wget http://repo.mysql.com/mysql-apt-config_0.8.13-1_all.deb
sudo apt install ./mysql-apt-config_0.8.13-1_all.deb
apt-get install mysql mysql-server
Try this above and tell me whats the result of this! And maybe try installing mariadb-server and see if that helps!
Regards,
sAmI.