MySQL Forums
Forum List  »  Newbie

Auto reconnect to DBMS
Posted by: Jen DeNoble
Date: March 29, 2016 08:26AM

I'm working with some machines that take chlorine and pH readings every few minutes. These machines take readings all day, and at the end of the day these readings get saved as a txt file.

What I would like is for MySQL to reconnect to the DBSM at, say, 12:05am so it can add the new data to the database.

But then I realized that since each txt file has a variable name (each file is named according to the date the readings were taken), I need to find some way to add files of variable names to MySQL.

Any ideas as to how I may be able to go about this? I'm quite new to MySQL, I think what I'm asking can be done with a script, but I'm not a programmer and creating a script won't be easy for me.

Options: ReplyQuote


Subject
Written By
Posted
Auto reconnect to DBMS
March 29, 2016 08:26AM
March 29, 2016 09:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.