Those two areas have about everything you need for the transfer.
Gary
LOL - I'm 68 and still learning. As I said though MySQL and SQLite are close enough to being the same for data retrieval select statements - if you were going to retrieve using sql select statements - and it is never too late to learn python. Still not sure what/where/how you were planning on retrieving and displaying/outputting the data once retrieved.IF you were going to use MySQL interactively then you cn do the same with sqlite3
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/nlfPiicnLsw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
The thing is that I work in IT but I hate it. I have a set of skills (RHEL, Citrix, MySQL, OpenVMS..), but have little desire to increase that. I do what I do because it pays the bills, and lets me buy nice toys like the weather station, like my Nikon D850, and I get to go on nice holidays. But when I think of extracting data for the weather last year, I think "why bother to learn sqlite when I already know MySQL?".
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
irst, verify that the MySQLdb python package is installed:
python -c "import MySQLdb"
If this results in an import error
ImportError: No module named MySQLdb
then install the MySQLdb package.
***
Is that on the weewx VM or on the database VM?
Neither actually has it. Both are CentOS. I'll need to install but on which?
I actually downloaded the DB Browser for SQL lite. A curious thing happened. Quite interested to see all the fields that are not being used. Soil temperature, etc. I think I might need to invest in some new kit... :-)