archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
39 stars 39 forks source link

Make the Mysql host configurable. #127

Closed shroffk closed 1 year ago

shroffk commented 2 years ago

Allows setting up a jdbc connection pool to a mysql server which might not be running on local host.

The default behaviour would still use localhost but with the following changes users can add --host=remote.server to the mysql connection string.

shroffk commented 2 years ago

Additionally the python print statements have been updated to work with python3