Since LogParser can output CSV, and most databases should be able to import from a CSV file, this should be possible. I am not familiar with MySQL, but I found a thread on the iss.net forums that discusses how to do this:
http://forums.iis.net/t/1166385.aspx
"... try ... outputting the data as CSV and then using MYSQLIMPORT to get the data in MySQL."
source share