Re: MacOSX and MySQL
Re: MacOSX and MySQL
- Subject: Re: MacOSX and MySQL
- From: Christian Evans <email@hidden>
- Date: Tue, 21 Oct 2003 17:12:19 -0400
Another quick question....
I am using the Driver:org... setting because it works, but I want to
use the com.mysql.jdbc.Driver, just beacuse it seems like a better way
to do it.
How can i make this work and am I right in thinking this is the correct
way to setup the driver? I wasn't sure what you meant by:
2. Messed around for about an hour trying to load the thing before I
figured out that putting the 'org' and 'com' directories into
/Library/Java makes it work just fine.
Do I just create a "com" directory or do I un-jar the file and then
create the directory structure under the Java directory?
Thanks,
Christian
On Oct 16, 2003, at 6:10 PM, Clint Moore wrote:
On Thursday, October 16, 2003, at 02:05 PM, John Martyniak wrote:
Some stuff.
I had to do this last night so it's still pretty fresh. Here's what I
did, apply as necessary.
1. Went to here: http://www.mysql.com/downloads/api-jdbc.html and
downloaded the 3.0 driver.
2. Messed around for about an hour trying to load the thing before I
figured out that putting the 'org' and 'com' directories into
/Library/Java makes it work just fine.
3. used this in my adapter information in eomodeler:
URL: jdbc:mysql://localhost/eomodelertest
Driver: com.mysql.jdbc.Driver
And that's it. So far it has worked pretty well.
-cm
_______________________________________________
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.
_______________________________________________
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.