Difference between revisions of "MySQL on LMDE"

From The TinkerNet Wiki
Jump to navigation Jump to search
(Created page with "Check the [https://dev.mysql.com/downloads/repo/apt/ MySQL download page] for current version... * wget <nowiki>https://dev.mysql.com/get/mysql-apt-config_0.8.20-1_all.deb</n...")
 
(No difference)

Latest revision as of 00:51, 26 December 2021

Check the MySQL download page for current version...

  • wget https://dev.mysql.com/get/mysql-apt-config_0.8.20-1_all.deb
  • sudo apt install ./mysql-apt-config_0.8.20-1_all.deb

Select "debian buster"

Select "Ok"

Select "Ok"

  • sudo apt update
  • sudo apt upgrade

Now you can go ahead & pretend they haven't dropped MySQL from the Debian repos...