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.
我在 Windows 7 中使用 wamp。由于某种原因,我的操作系统已损坏,但我的电脑中仍然有 ubuntu,而 wamp 在另一个驱动器中。
现在我可以获取我的项目的源代码,但是如何从 mysql 获取数据库。我想我可以使用 .frm 和其他可以在 ubuntu 中恢复的文件。
谁能解释一下如何将我的 wamp/mysql 数据恢复到 ubuntu。
是的,你应该能够将你的 .frm、.myd 和 myi 从你的 windows 机器复制到你的 linux 机器。假设您使用 XAMPP 之类的东西,文件存储在 \mysql\data
这些需要复制到 /var/lib/mysql
不过,您可能需要重新创建用户。