I am staggered to hear how slow progress is for you, that must imply very slow transfers to your database server. (Or very inefficient php)
Mapantz wrote: ↑Sun 21 Aug 2022 7:07 pm
re ExportToMySQL
I refreshed my entire dayfile so that it contained the newly added 3 columns. I deleted all data in my dayfile SQL table, then ran ExportToMySQL. It did not populate chillhours/HighRain24h/THighRain24h
ExportToMySQL is also slow - 5 seconds per row.
That does suggest the slow speed issue is between your PC and your database server.
I'm guessing your dayfile.txt file is well under 3000 lines from the start date of March 2016 on your web site.
I tested with a dayfile.txt holding 3696 lines.
I have MX and the database server on the same RPi 3 computer, using ExportToMySQL.exe a specially created empty table was filled with all rows and columns
in much less than one minute. So similar experience to Mark, but I was not counting the seconds.
Presumably you have checked your dayfile.txt does have the required fields?
Are you absolutely sure you are using ExportToMySQL.exe release 1.6.0 modified 3 days ago, not some old utility file? The new code does populate the new columns.