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.
我正在尝试通过 MySQL Workbench 从一台服务器迁移到另一台服务器。它可以设置架构,但是当涉及到数据时,它会失败。它也没有给我太多信息 - 输出类似于:
`schemaname`.`GeneralCodes` has FAILED (0 of 3 rows copied)
这就是它所说的。谁能指出我正确的方向?
至少,我发现了“找不到网络名称”消息的含义。我在工作中使用网络存储我的转储文件,如“\\myserver\horndinkle\dumps\xxx”。它指的是MySql Workbench 无法从那里读取,而不是我正在迁移到/从中迁移的网络名称。一旦我把文件放在我的本地机器上,它工作得很好。