Last active
June 30, 2019 04:23
-
-
Save yohangdev/3b3af4c9d69a8d2293f153d17be0d96f to your computer and use it in GitHub Desktop.
Debian 9 Install MySQL APT Repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget http://repo.mysql.com/mysql-apt-config_0.8.9-1_all.deb | |
dpkg -i mysql-apt-config_0.8.9-1_all.deb | |
apt-get install dirmngr --install-recommends | |
apt-key adv --keyserver keys.gnupg.net --recv-keys 8C718D3B5072E1F5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment