Help me help me pls
multi connection
Server app it's true
server_url=jdbc:h2:file:./server_storage/acmdb;IFEXISTS=TRUE
server_user=root
server_password=root
server_driver=org.h2.Driver
Cleant app: error
server_url=jdbc:h2:file:~/workspace/ACServer/server_storage/
acmdb;ACCESS_MODE_DATA=r
server_driver=org.h2.Driver
server_user=root
server_password=root
Cleant error: org.h2.jdbc.JdbcSQLException: Wrong password format,
must be: file password <space> user password [90050-102]
H2 console is true
Tanks for help.
--
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.