On Wed, Apr 21, 2010 at 5:03 PM, M Naveed Akram <cmn...@gmail.com> wrote:

> I can connect to my database explicitly, i think there is some problem with
> jdbc connection


Sorry to ask, but did you run:
mysql -h 127.0.0.1 -u root -p rose*
*Or did you run:*
*mysql -h 127.0.0.1 -u root -p rose *openstreetmap*

The error seems to indicate that a successful connection is being made to
the database server, but that that database schema doesn't exist.  Can you
verify that you can run a query against this schema?  For example:
*SELECT * from nodes;*

I'm confused because I've never before seen a case where a successful
connection is made to the server, but the schema can't be found.

Brett
_______________________________________________
osmosis-dev mailing list
osmosis-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/osmosis-dev

Reply via email to