> it does not let me get in
What is the exact exception message and stack trace?
> Though I have added the mysql connector jar file (with full
> path) to an environment variable named H2DRIVERS as suggested in the
> documentation, it keeps giving me an error "Database driver not
> found". Am I missing something ?
How does your H2DRIVERS environment variable look like, and how do you
start the H2 Console? Basically, the MySQL JDBC driver needs to be in
the classpath. The H2DRIVERS environment variable is only used if you
start the H2 Console using the shell script / batch file included in
H2. If you start the H2 Console in some other way you need to make
sure the JDBC driver is in the classpath.
See also http://www.h2database.com/html/tutorial.html#tutorial_starting_h2_console
- Adding Database Drivers
> Where are the entries with respect to the databases getting stored?
The password in the browser. The settings:
http://www.h2database.com/html/tutorial.html#console_settings
> just once tested by clicking on the 'Remove' button and it had taken
> off the MySQL related entries. I had searched in "C:\Windows\Documents
> and Settings\<userName>", the location where I had extracted the h2-
> zip folder and ran the h2 executable jar. But no luck.
You didn't find a file called .h2.server.properties ? If not could you
search for such a file? Maybe the user home directory is different in
your environment.
> Moreover when I logged off, deleted and completely unzipped the
> contents freshly, still I can see those entries in the Cache. Is it
> getting stored in browser cache?
The password yes, but not the drop down list. Some browsers have
auto-complete but I don't think this is the problem.
Regards,
Thomas