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.
我们有一个 Debain 服务器,我们的数据库在这个服务器上。我想看看数据库驻留在哪个分区。有什么办法可以做到这一点吗?
Mysql 是默认运行的/var/lib/mysql. 要查找哪个分区,您可以轻松运行
/var/lib/mysql
df /var/lib/mysql
从你的外壳。如果它不存在,您将收到一个错误,我们将不得不进行更多搜索。但让我们从一个懒惰的远射开始。