Re: DatabaseMetaData.getColumns
Posted by: Mark Matthews
Date: February 16, 2005 07:42AM

Serghei Jelauc wrote:
> Hi all.
> I've just dowloaded and installed MySql 5.0.2 and
> JConnector 3.1.6.
> In my application I try to get columns name for a
> particular table and have the exception:
> ** BEGIN NESTED EXCEPTION **
>
> java.net.SocketException
> MESSAGE: Connection reset
>
> STACKTRACE:
>
> java.net.SocketException: Connection reset
> at

Looks like you're using 5.0.2 on windows, which crashes when you issue many 'SHOW ' queries, which is what the JDBC driver uses to get this information. If this is the case, you will either have to build your own copy of pre-5.0.3, or wait for 5.0.3 to be released.

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
February 15, 2005 11:10PM
Re: DatabaseMetaData.getColumns
February 16, 2005 07:42AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.