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

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
Non-existent?? huh... wierd. I could have sworn I saw a lot of it on the company site (www.mysql.com). As to the OP, the classpath environment variable is ignored by tomcat's default startup script and for very good reason. Given the manner in which the jsp is attempting to get a database

Re: Msql Connector/J

2007-05-09 Thread Martin Gainty
you and sven need to search thru the mostly nonexistent MySQL documentation on how to start MYSQLd create a user (other than [EMAIL PROTECTED]) create DATABASE create TABLE in DATABASE turn on INNODB the MySQL documentation is pretty much nonexistent so you and sven should have lots of fun M-

RE: Msql Connector/J

2007-05-09 Thread David Short
Unzip the connector and place the .jar file in the common\lib directory or in the webapps\**appname**\WEB-INF\lib directory. -Original Message- From: Massimiliano PASQUALONI [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 09, 2007 9:00 AM To: users@tomcat.apache.org Subject: Msql Connecto