Hi, I know, it doesn't work as expected. This is a known problem. See http://www.h2database.com/html/advanced.html#using_recover_tool "The script includes at least one CREATE USER statement. If you run the script against a database that was created with the same user, or if there are conflicting users, running the script will fail. Consider running the script against a database that was created with a user name that is not in the script."
I will try to fix it in the future; however this will be a bit more complex. I think instead of CREATE USER it will be CREATE FORCE USER which will overwrite the user password if it exists. 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.
