excellent response, thanks.
i would like to reserve the option to go back in time and look at any section of data for whatever reason. i would have to log everything in case i ever want to see it in the future. this means i would have to run two db's, mysql and logging. that seems like setting up for problems.also have to remember to update the logging manually when adding new items etc...
it's true that all these db's are different, but the fact is that OH makes charts just fine so all the info i want is already pulled together right there, with the UI to let you do it. i want to be able to simply export that data that's on the screen as, say, CSV ascii data.
heck, if the Table tab in OH/habmin would allow me to highlight and grab the table that made the graph i would be a happy camper, but that doesn't seem to be allowed. maybe i'm missing something with this Table tab, could solve the whole issue.
yes, an opportunity to expand my mysql skills. i appreciate the link. i was hoping to do this from inside OH/habmin so that i can explicitly asks for only the records i'm interested in.
i mean, if i have a graph i want to publish i have to screen capture from OH? seems rather obtuse. (publication could = Hackaday, for instance)
i don't really consider generating a single graph/table as creating a second db, but duplicating mysql db as a logging persistence file definitely is.
thanks!