Re: MacOSX and MySQL
Re: MacOSX and MySQL
- Subject: Re: MacOSX and MySQL
- From: John Martyniak <email@hidden>
- Date: Thu, 16 Oct 2003 17:05:16 -0400
Hi Kitwana,
Thanks for the suggestion I tried that and I get the same results. I also
downloaded the Cocoa Mysql from Source Forge and I am able to communicate to
MySQL properly. It seems that error only lives when trying to connect using
Java JDBC. I am not quite sure what the SOCKS Malfunction means, because I
would expect that to work properly if I can communicate through other
mechanisms.
-John
On 10/16/03 4:45 PM, "Kitwana Akil" <email@hidden> wrote:
> 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.
_______________________________________________
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.