Hi,
I had wfrog running succesfully logging to CSV
I have imported this data into mysql, using the schema given, and the website still works. Running with verbose output, I can see every refresh of the webpage generates a "SELECT" statement from the db to draw trhe plots.
However, no new data is being inserted into the database, and I can't work out why.
I am using python 2.7, so had to use the workaround described at the bottom of this thread:
To get it running at all. Any idea why I am not inserting new data...