Re: MacOSX and MySQL
Re: MacOSX and MySQL
- Subject: Re: MacOSX and MySQL
- From: Kitwana Akil <email@hidden>
- Date: Thu, 16 Oct 2003 16:45:31 -0400
Hi John,
Here's what I typically use to connect to a MySQL database:
connection string: jdbc:mysql://localhost/somedb?capitalizeTypeNames=true
driver: org.gjt.mm.mysql.Driver
plugin: MySQLPlugIn
This works for me.
Kitwana
On Thursday, October 16, 2003, at 10:35AM, John Martyniak <email@hidden> wrote:
>Hi Everyone,
>
>I am having trouble getting EO Modeler to connect with a MySQL DB on MacOSX.
>I have tried both a 3.23.58 and a 4.0.15 Database. In both cases I am able
>to communicate with the 'mysql' application and create databases and users
>however when I try and connect with EO Modeler I get the following error:
>
>Unable to connect to any hosts due to exception: java.net.SocketException:
>Malformed reply from SOCKS server
>
>I am using the follow connection string:
>jdbc:mysql://localhost/mydb
>
>And the following driver:
>Com.mysql.jdbc.Driver
>
>If I use the org.xx version I get the same results.
>
>Does anybody have any ideas?
>
>Any help would be greatly appreciated.
>
>Thank you in advance,
>
>-John
>_______________________________________________
>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.