--
Joshua Paine
LetterBlock Software
http://letterblock.com/
> org.h2.jdbc.JdbcSQLException: Wrong user name or password [8004-71]
Most likely the problem is that the database was created using another
user name and / or password. See also the 'error analyzer tool' at
http://www.h2database.com/html/sourceError.html
"The error with code 8004 is thrown when there is no such user
registered in the database, when the user password does not match, or
when the database encryption password does not match (if database
encryption is used)."
> jdbc:h2:tcp://localhost/~/mydb
In this case the database is created in the user home directory with
the name mydb. Maybe you want to delete or rename this database and
try again.
Regards,
Thomas