Hi,
I would like to change a password for the user tango on a database.
Using dpkg-reconfigure will loose the content of the database.
Changing the password through mariadb would be a simple solution, but I would need probably to change the password somewhere else to allow tango system to connect to the database with the new password.
What are the steps to follow to change the tango database password without removing the database content?
EDIT: I already tested changing the password and then jive does not work so there is some way allowing jive to authenticate to the tango DB.
I also tested changing the password and then using dpkg-reconfigure, it reinstall the default database so all the device configured before are lost.
I also tested a dump before dpkg-reconfigure and then import the dump after dpkg-reconfigure, and it seems to work.
Is this last option the only way to do it?
Thank you.