Debian 安装 Mysql
参考地址:https://dev.mysql.com/doc/mysql-apt-repo-quick-guide/en/
1.下载apt Repo
https://dev.mysql.com/downloads/repo/apt/
2.安装Mysql Apt Repo
dpkg -i mysql-apt-config_0.8.29-1_all.deb
选择如图所示后选择OK
APT中保存了Mysql的Repo
3.更新存储库包信息
apt-get update
4.安装Mysql
apt-get -y install mysql-server
5.登录Mysql
mysql -uroot -p