Hi, > jdbc:h2:tcp://localhost/myDB > H2 throws Invalid username/password
Maybe your are using a different database. This URL means means 'the current working directory where the server is started'. If you start the server in a different directory, that means a different database is used. Could you try using an absolute directory name, or a directory relative to the current user home directory, such as: jdbc:h2:tcp://localhost/~/myDB See also http://www.h2database.com/html/features.html#database_url > Seem like there is something wrong between H2 and c3p0 or my > configuration (driver? url?) is wrong. I don't know what could be the reason otherwise. Could you check if there are any .trace.db files with exception messages and / or stack traces? Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
