Re: R: Msql Connector/J

2007-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimiliano, Massimiliano PASQUALONI wrote: > But, even though I specify the user and password in the connectionURL, > connectionURL = > "jdbc:mysql://localhost:3306/bi?user=myuser;password=mypassword", my Tomcat > return: "Error 500: javax.servlet.S

Re: Msql Connector/J

2007-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, Martin Gainty wrote: > Any idea on how to configure MySQL with ENGINE=INNODB would be much > appreciated or does MySQL have to be rebuilt for that option? Binary MySQL versions since 4.0 have InnoDB both built-in and configured. If you want t

R: R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Sorry, I don't have calculate the time zone :-) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Scanned with Copfilter Version 0.83beta3a (ProxSMTP 1.4) AntiVirus: ClamAV 0.88.4/3225 - Thu May 10 10:08:21 2007 by Markus Madlener @ http://www.copfilter.org --

Re: R: Msql Connector/J

2007-05-10 Thread David Smith
You do realize some of us sleep at night right? At any rate, for url syntax, this is the official documentation: http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html And your syntax is wrong on the url -- use a & to separate parameters, not a ; HTH

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
or install the connector just put it in the webapp's /WEB-INF/lib directory. CU! -Messaggio originale- Da: Massimiliano PASQUALONI [mailto:[EMAIL PROTECTED] Inviato: giovedì 10 maggio 2007 12.37 A: 'Tomcat Users List' Oggetto: R: Msql Connector/J Hey! After my congratul

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Hey! After my congratulations no one can help me? Even though I specify the user and password in the connectionURL: connectionURL = "jdbc:mysql://localhost:3306/bi?user=myuser;password=mypassword" my Tomcat return: "Error 500: javax.servlet.ServletException: Access denied for user ''@'localho

Re: R: Msql Connector/J

2007-05-10 Thread Pid
Massimiliano PASQUALONI wrote: Guy, I've already configured mysql. It correctly work whit Apache and PHP, I need only to join it whit Tomcat. The David/s suggestion work fine, if I place the jar file in WEB-INF\lib directory, Tomcat try to connect. But, even though I specify the user

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Guy, I've already configured mysql. It correctly work whit Apache and PHP, I need only to join it whit Tomcat. The David/s suggestion work fine, if I place the jar file in WEB-INF\lib directory, Tomcat try to connect. But, even though I specify the user and password in the connectionURL

Re: Msql Connector/J (Way Off Topic.. INNODB on MYSQL)

2007-05-09 Thread Martin Gainty
notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Martin Gainty" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 09, 2007 7:55 PM Subject: Re: Msql C

Re: Msql Connector/J

2007-05-09 Thread Martin Gainty
email and destroy the original message without making a copy. Thank you. - Original Message - From: "Terence M. Bandoian" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, May 09, 2007 7:44 PM Subject: Re: Msql Connector/J FYI- http://dev.mysql.com/

Re: Msql Connector/J

2007-05-09 Thread Terence M. Bandoian
FYI- http://dev.mysql.com/doc/ -Terence M. Bandoian > > Subject: > Re: Msql Connector/J > From: > "Martin Gainty" <[EMAIL PROTECTED]> > Date: > Wed, 9 May 2007 16:37:56 -0400 > To: > "Tomcat Users List" > > To: > "To

Re: Msql Connector/J

2007-05-09 Thread David Smith
: "Massimiliano PASQUALONI" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 09, 2007 11:59 AM Subject: Msql Connector/J Hi everybody! I'ved downloaded mysql-connector-java-5.1.0.zip. I'ved put the mysql-connector-java-5.1.0-bin.jar in C:\Programmi\Java\jre1.6.0_01\lib a

Re: Msql Connector/J

2007-05-09 Thread Martin Gainty
original message without making a copy. Thank you. - Original Message - From: "Massimiliano PASQUALONI" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 09, 2007 11:59 AM Subject: Msql Connector/J Hi everybody! I'ved downloaded mysql-connector-java-5.1.0.zip. I'v

RE: Msql Connector/J

2007-05-09 Thread David Short
Connector/J Hi everybody! I'ved downloaded mysql-connector-java-5.1.0.zip. I'ved put the mysql-connector-java-5.1.0-bin.jar in C:\Programmi\Java\jre1.6.0_01\lib and I'ved set the %CALSSPATH% on the same directory. I'ved create a jsp page: <%@ page import="java.sql.*

Msql Connector/J

2007-05-09 Thread Massimiliano PASQUALONI
Hi everybody! I'ved downloaded mysql-connector-java-5.1.0.zip. I'ved put the mysql-connector-java-5.1.0-bin.jar in C:\Programmi\Java\jre1.6.0_01\lib and I'ved set the %CALSSPATH% on the same directory. I'ved create a jsp page: <%@ page import="java.sql.*" %> <% String connectionURL = "j