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.
我找到了将 xml 文件数据加载到 mysql db 表的解决方案Here
我的问题是如何加载远程位置 xml 文件并将其转储到 mysql 数据库表中。
如果您有任何想法或做过类似的事情,请帮助找到解决方案。
谢谢
LOAD XML 语句不支持从远程位置检索文件。该文件必须在服务器上或客户端上(本地 - 如果在配置中启用)。您需要编写一个脚本,将文件从远程位置保存到服务器或客户端。
如果您设法将远程共享目录映射到本地文件 zstem,那么您可以通过这种方式导入数据。