i checked this
mysql -h 127.0.0.1 -u root -p rose *openstreetmap*
also
*SELECT * from nodes;*

both works fine.. and the schema version is 0.6

On Wed, Apr 21, 2010 at 1:25 PM, Brett Henderson <[email protected]> wrote:

> On Wed, Apr 21, 2010 at 5:03 PM, M Naveed Akram <[email protected]> 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
[email protected]
http://lists.openstreetmap.org/listinfo/osmosis-dev

Reply via email to