Re: WebObjects and MySQL
Re: WebObjects and MySQL
- Subject: Re: WebObjects and MySQL
- From: Denis Stanton <email@hidden>
- Date: Sat, 31 Jan 2004 10:30:26 +1300
Hi Lon
On Friday, January 30, 2004, at 10:37 PM, Lon Baker wrote:
I use this URL:
jdbc:mysql://localhost/MyDBname?
capitalizeTypeNames=true&autoReconnect=true&maxReconnects=3
That looks better than my suggestion. I had forgotten about
autoReconnect=true. I used that several years ago when the MySQL
database was on a separate UNIX server. autoReconnect=true was
essential to recover from some restarts. The lack of this parameter
doesn't seem to have made any difference in my current installation
where MySQL is running on the same mac OS X box as WO and EO
For Driver enter:
org.gjt.mm.mysql.Driver
When they officially moved the driver into the MySQL organization they
made that name change.
This is the new Driver entry: com.mysql.jdbc.Driver
I've checked my disks and find that on my Jaguar Mac I have
/Library/Java/org/gjt/mm/mysql/.......
On my newer Panther installation I have both
/Library/Java/org/gjt/mm/mysql/jdbc2/
and
/Library/Java/Extensions/mysql-connector-java-3.0.9-stable/com/mysql/
jdbc/
Are you telling me that the first of these is a redundant relic of an
earlier installation? Can I delete the /Library/Java/org/ directory?
Denis
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.