Hi all !

I finally managed to connect to my MySQL server, here is the correct
nodestore syntax to use :
(you can follow the http://faq.globalvision.com.au FAQs for the other tasks
to perform)

            <nodestore
classname="slidestore.reference.JDBCDescriptorsStore">
                <parameter name="driver">org.gjt.mm.mysql.Driver</parameter>
                <parameter
name="url">mysql://localhost:3306/YourDB</parameter>
                <parameter name="jdbcversion">1</parameter>
                <parameter name="user">YourUser</parameter>
                <parameter name="password">YourPassword</parameter>
            </nodestore>

By default, the driver will try to connect with
[EMAIL PROTECTED], double-check the existence of this user
under MySQL...

Gan.

----- Original Message -----
From: "Ganael LAPLANCHE" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 12:28 PM
Subject: Re: "Internal server error" using MySQL


Here is a further description of my error... How to use Mysql jdbc driver in
slide ???
I followed the FAQs examples, but no way...

14 Oct 2002 12:12:52 - slidestore.reference.JDBCDescriptorsStore - ERROR -
Connecting to "jdbc:mysql://localhost:3306/slide?user=root&password=mysql"
as user "" failed

Could someone help me ?

Gana�l.

----- Original Message -----
From: "Ganael LAPLANCHE" <[EMAIL PROTECTED]>
To: "Slide Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 11:27 AM
Subject: "Internal server error" using MySQL


Hi all,

I'm trying to use JDBC to connect to mysql as a nodestore, but as soon as I
start
tomcat and I try to connect to the server, I get this error :

"500 Internal Server Error: Service is missing on root node"

and I can't manage to connect.

Did someone get the same error ?

Gana�l.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to