Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划安装 MongoDB,因为它是工作的一项要求,但目前我的 PC 上安装了 MariaDB。如果我仍然安装了 MariaDB,安装 mongoDB 是否安全?还是我必须先卸载 MariaDB?在采取行动之前需要帮助。谢谢
它们不会交互,就像同时安装了 Firefox 和 Chrome。
此外,MariaDB是基于 SQL 的数据库,而MongoDB是 NoSQL 数据库(因此您将不得不学习 Mongo 如何处理输入等)。
这根本不是问题。您甚至可以在同一台服务器上安装多个 MongoDB。只需下载并安装它,它就会正常工作。祝你在 MongoDB 上好运!