on a Windows local network I have a MySql database, several client applications (that only query the database) and one Windows NT service that fills the database on a regular basis. I am looking for the best way to store database credentials such that all applications can access the database. For the client applications (that are run by normal users) I store the credentials in the Windows credential manager, that as far as I understand is only visible to the specific user.
My question is: Where do I best store the MySql credentials such that the Windows service can access the database?
thanks in advance, Nicolas