[Cosmo-dev] Trying again: Cosmo server bundle 0.6.0 problems
Jared Rhine
jared at wordzoo.com
Fri Jun 1 01:27:47 PDT 2007
Don Levey wrote:
> Just to make sure, I created the database 'db', with no difference in
> error. Do I need to set up/grant rights to a particular ID on the
> proper database?
Everything needs to be in sync, naturally. The JDBC connection string
has a database name, username, and password. If you can connect from
the command-line (via something like `mysql -uUSER -p DATABASE`), then
Cosmo should be able to connect as well.
So the answer to your question is "maybe"; you might need to grant
rights if you can't connect at the command-line.
If double-checking via the command-line indicates the
database/username/password should be working, it'd be helpful to add
your Tomcat's "server.xml" to that set of files from your installation
you've been providing.
I'm thinking there's something not perfect in your config file, as the
error messages still refer to this "db" database. I thought that's what
you had configured as the database name, which is why I suggested
earlier you create that one.
-- Jared
More information about the cosmo-dev
mailing list