We need to protect our login/password for mySQL
database connection.
As they would be plain text in some config file, we need
to find a way to restrict/crypt/whatever so that only "our"
instance of the application can get access to it.
NB: seems impossible... maybe a mid-way solution as
no real solution seems possible