Search code examples
mysqliislogginglogparser

Can I get LogParser 2.2 to export into 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?


Solution

  • 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."