Hi there, I would like to know how I can start a project where a selected list of developers could share the code via GIT but having each one of them a credential to the DB.
Ex:
Dev1 = 'mysql:host.com, dbname=db1, User1, pass123'
Dev2 = 'mysql:host.com, dbname=db1, User2, pass234'
Dev3 = 'mysql:host.com, dbname=db1, User3, pass345'
When a member leaves the team, we could simply remove his access or some rights to the DB.
Thank you for your time
Ex:
Dev1 = 'mysql:host.com, dbname=db1, User1, pass123'
Dev2 = 'mysql:host.com, dbname=db1, User2, pass234'
Dev3 = 'mysql:host.com, dbname=db1, User3, pass345'
When a member leaves the team, we could simply remove his access or some rights to the DB.
Thank you for your time
