On 06-08-18 13:16, Dino Edwards via Users wrote: > If I wanted to change MySQL credentials for Ciphermail, what config > files would I have to modify? > > The installation Guide only seems to mention the > /usr/share/djigzo/conf/database/hibernate.mysql.connection.xml file, > but the /usr/share/djigzo/conf/database/hibernate.mysql.cfg.xml also > seems to have the MySQL crendentials in it. Does the > /usr/share/djigzo/conf/database/hibernate.mysql.cfg.xml get generated > automatically by the system?
The file hibernate.mysql.cfg.xml should not have credentials in it. hibernate.mysql.cfg.xml includes the file hibernate.mysql.connection.xml (see &connectionsettings;) Are you sure you are not referring to the file: /usr/share/djigzo/conf/database/mysql.cnf Because this file also contains the credentials. This file is used for backup/restore because MariaDB backup/restore functions need a password. So if you change the password and need to use the backup/restore functionality, you also need to update this password. Kind regards, Martijn Brinkers -- CipherMail email encryption Email encryption with support for S/MIME, OpenPGP, PDF encryption and secure webmail pull. https://www.ciphermail.com Twitter: http://twitter.com/CipherMail _______________________________________________ Users mailing list [email protected] https://lists.ciphermail.com/mailman/listinfo/users
