当我安装MySQL时,它会在新的Debian GNU / Linux 9(延伸)上安装Maria的软件包,有什么建议吗?
apt-get install mysql-server
答案 0 :(得分:7)
Debian Stretch(9.0)不再包含MySQL。当您尝试安装mysql-server时,有关后台发生的事情的一些信息是available here。
MariaDB旨在成为MySQL完全兼容的替代品,但如果你真的想要MySQL,你应该将MySQL APT存储库添加到你的系统as described here。添加存储库后,执行apt update
,然后继续安装mysql-server软件包。