我可以将 LogParser 2.2 导出到 MySQL 吗?
我有一个使用 MySQL 数据库运行的 IIS 站点。有没有办法让 logparser 导出到 MySQL 数据库?
I've got an IIS site running with a MySQL db. Is there a way to get logparser to export into a MySQL database?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于 LogParser 可以输出 CSV 并且大多数数据库应该能够从 CSV 文件导入,因此这应该是可能的。我对 MySQL 不太熟悉,但我在 iss.net 论坛上找到了一个讨论如何执行此操作的线程:
http://forums.iis.net/t/1166385.aspx
"...尝试...将数据输出为 CSV,然后使用 MYSQLIMPORT 将数据导入 MySQL。"
Since LogParser can output CSV and most databases should be able to import from a CSV file, this should be possible. I'm not that familiar with MySQL but I found a thread on the iss.net forums which discusses how to do this:
http://forums.iis.net/t/1166385.aspx
"...try... outputting data as CSV and then using MYSQLIMPORT to get the data into MySQL."
“SQL”输出格式将结果转储到任何 ODBC 兼容的数据库。您可以使用以下命令查看其选项:
The "SQL" output format dumps results to any ODBC-compatible database. You can see its options by using the following command: