On 18-04-2008 08:10:54 +0200, Niels Nes wrote:
On Thu, Apr 17, 2008 at 03:12:13PM -0700, mobigital1 wrote:
Below is the configuration that would not work with a blank database. the error was that database is not accepting connections.
Okay that started correctly and didn't crash then. The connection problem was explained by fabian. The clean server uses a by merovingian placed vault_key file (see you monet_vault_key variable down). If you remove it or replace the variable to point somewere else it should work.
Niels
Fabian: could you explain why monetdb login does fail in that case?
The vault key is used as key for the AUTHcypher and AUTHdecypher methods. Hence, if you change your vault key, the AUTHdecypher method unscrambles the already stored passwords using the wrong key, resulting in something that doesn't match the password you entered, even though it is correct.