Hello Nitai,
Is there a way of resetting the razuna database password if the database password was accidentally changed by another user who has root access to my linux system without necessarilly having to re-install the razuna instance?
Within Razuna there is no option to change the password of the database. OR
are you asking how to change the connection string to the database within
Razuna to use the new password? If so, what database are you using?
Hi Nitai,
Thank you for your response. I am asking if razuna can be updated to use my new database password since at the moment I cant log in to razuna since it cannot connect to the database. I am using mysql database.
You will have to go to the config file and change the password there. The
file is located at razuna/WEB-INF/bluedragon/bluedragon.xml. Look for
mysql. You should find a section and in there the . It is
encrypted by default, but you can enter the plain text password and start
Tomcat. It will encrypt the password and you should be able to use it now
again.