在 Parrot Linux 中安装 MySQL 时出错

在 Parrot Linux 中安装 MySQL 时出错

我最近在 VMWare 上安装了 Parrot KDE Security OS。我在使用 MariaDB 时遇到了麻烦,比如连接 MariaDB 和 NodeJs 比连接 MySQL 和 NodeJs 更累人。而且 MariaDB 的资源比 MySQL 少得多。

所以我从 Parrot 上完全卸载了 MariaDB。

但现在当我尝试安装 MySQL 时,我遇到了太多问题。我已经烧焦了堆栈、github,最后在这里问。

下面是我多次遇到并使用的命令。

sudo apt-get install mysql-server

但我收到以下错误:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package mysql-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'mysql-server' has no installation candidate

请给我安装 MySQL 的完整说明。

我确实搜索了有关此问题的所有内容。我浏览了 MySQL 网站和所有地方。我也经历过这里。我们将非常感谢您的帮助。太感谢了。

答案1

这应该有效:

sudo apt install mariadb-server mariadb-client 

然后...

systemctl start mysql  
systemctl status  mysql 

现在你可以走了。

答案2

解决方案。

  1. 易于安装 mariadb

  2. 服务mysql启动

都好。

相关内容