gpt4 book ai didi

mysql - 将 mysql 数据库从 linux 移动到 windows

转载 作者:可可西里 更新时间:2023-11-01 11:20:39 24 4
gpt4 key购买 nike

我正在尝试将我的数据库从 Linux 服务器移动到我的 Windows 本地计算机。我创建了一个 mysql 转储并试图在我的 Windows 机器上恢复。当脚本文件(转储文件)在本地机器上执行时,它引发错误号。 1105.在很多 table 上。任何帮助表示赞赏。谢谢!

最佳答案

1) 是的:您绝对可以将 MySql 数据库从 Linux 导入到 Windows。是的,转储文件绝对是最好的方法:)

2) 问题是“为什么我在导入时收到 Mysql 错误 1105”?

3) 不幸的是,这个错误有点普遍。有许多不同的可能根本原因。

您引用的链接给出了许多不同的原因:

In my case, the problem was that the referenced field was not marked as unique, and thus returned this (unrelated) error message.

建议:

识别具体的表,将sql dump命令直接剪切/粘贴到mysql中,然后调试。

附录:

1) 请剪切/粘贴准确的错误消息。

如果可以的话,请

2) 在导致错误的 dbexport 中剪切/粘贴 SQL 行。

关于mysql - 将 mysql 数据库从 linux 移动到 windows,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12285707/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com