Hi All
I want to change the password of sa user for h2 database, then update it in the traccar.xml
Does anyone know how to do this?
I could change the password with the following commands for other h2 db throw h2 console, but for the traccar database I was not successful.
ALTER USER SA SET PASSWORD 'abc'
SET PASSWORD 'abc'
any help would be appreciated.
Hi All
I want to change the password of sa user for h2 database, then update it in the traccar.xml
Does anyone know how to do this?