Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
Subject: mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Subject: Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
Subject: MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Subject: Re: Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
Java Help
Page 2 of 26 1   2   3   4   5   6   7   8   9   10   Next 10  

Subject: NumberFormatException on initializePropsFromServer

Our mysql 4.1 DB recently hit the maximum number of allowed connections immediate effects were that replication began to fail and our Java apps running through tomcat could no longer establish conne

Subject: MySQL Connector/J 5.1.3 RC is available!

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.1.3 RC a new release candidate of the Type-IV pure-Java JDBC driver for MySQL has been released. Version 5.1.3 is suitable for

Subject: RE: MySQL 5.0 XML support

Mark Thanks for the clarification. Deepak --- Mark Matthews <mark@(protected) > wrote > -----BEGIN PGP SIGNED MESSAGE----- > Hash SHA1 > > > > -----Original Message----- > > From Deepak Vohra [m

Subject: RE: MySQL 5.0 XML support

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 > -----Original Message----- > From Deepak Vohra [mailto dvohra09@(protected)] > Sent Thursday September 06 2007 3 55 PM > To Mark Matthews > Subject

Subject: RE: MySQL 5.0 XML support

The SQLXML API specifies "The mapping in the JavaTM programming language for the SQL XML type. XML is a built-in type that stores an XML value as a column value in a row of a database table. " http

Subject: RE: MySQL 5.0 XML support

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 > -----Original Message----- > From Deepak Vohra [mailto dvohra09@(protected)] > Sent Thursday September 06 2007 2 59 PM > To java@(protected) > S

Subject: MySQL 5.0 XML support

Mark MySQL Connector/J 5.1.2 beta supports JDBC4.0 SQLXML. MySQL 5.0/5.1 has to support SQL 2003 standard 'XML ' data type for SQLXML support in the JDBC driver. But MySQL 5.0/5.1 does not support t

Subject: RE: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 > -----Original Message----- > From Paul Palaszewski [mailto paul.palaszewski@(protected)] > Sent Friday August 31 2007 5 35 AM > To Mark Matthe

Subject: Re: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Hi Mark! Big thanks for your detailed response. I 've tested with Connector/J 5.0.3 + 5.0.7 and debugged 5.0.7. Regarding my debug session. The OutOfMemoryError-Stacktrace showed the execution path

Subject: RE: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 > -----Original Message----- > From Paul Palaszewski [mailto paul.palaszewski@(protected)] > Sent Monday August 27 2007 3 03 PM > To java@(protected)

Subject: Re: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

A.J. Blanchard (ajblanch) schrieb > Hum > > I had this problem long ago on a much older version of drivers/engine. It amounted to the client side trying to read in the entire ResultsSet into the loc

Subject: RE: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Hum I had this problem long ago on a much older version of drivers/engine. It amounted to the client side trying to read in the entire ResultsSet into the local JVM. Turned out we had to limit the R

Subject: RE: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Sorry Paul I 'm out of ideas. I have not seen this issue when I have server side prepared statements and cursors enabled -- even when iterating through tables with millions of rows. -----Original Me

Subject: Re: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Yes. Tried with and without fetch size. Did not change anything. Regards Paul Ronald Klop schrieb > > Did you set Statement.setFetchSize()? > > Ronald. > > On Fri Aug 24 18 56 06 CEST 2007 Paul Pal

Subject: Re: auto increment primary key format question

There is a ZEROFILL option in mysql. Then retreive your value with getString(). I didn 't test this but I think it should be the way to do it. (In the end this is a presentation issue and not a data

Subject: Re: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Did you set Statement.setFetchSize()? Ronald. On Fri Aug 24 18 56 06 CEST 2007 Paul Palaszewski <paul.palaszewski@(protected) > wrote > Hi Robert! > > I 've tried useCursorFetch true . According

Subject: auto increment primary key format question

i have a primary key that is auto increment. how do i make it 10 digits long? example instead of '23 ' i want it to be '0000000023 ' -- View this message in context http //www.nabble.com/auto-incr

Subject: Re: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Hi Robert! I 've tried useCursorFetch true . According to the documentation that also sets useServerPrepStmts true - which it did. I confirmed that with the debugger. Did not help. You can see the

Subject: RE: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Have you tried it with useServerPrepStmts true useCursorFetch true ? -----Original Message----- From Paul Palaszewski [mailto paul.palaszewski@(protected)] Sent Thursday August 23 2007 2 3

Subject: Re: Seriously Disruptive DBA

Hello Here 's 4 easy steps that show how you too can be a "Seriously Disruptive " DBA 1) Sign on to MySQL as "root " 2) Perform a "show databases " 3) For each entry you see issue a "drop databa

Subject: Serious OutOfMemory issue while reading with mysql-connector-j-5.0.7 ...

Hi! Yesterday I was supprised to get an out of memory exception when reading a big table rec by rec without any caching. The program died in stmt.executeQuery() long before I can do anything with

Subject: Re: agent using mysql-connector-java-5.0.7

On Wednesday 22 August 2007 rogster 's cat walking on the keyboard wrote > jvm 1 | 2007/08/21 11 49 24 | at > java.util.ResourceBundle.getBundleImpl(Unknown Source) > jvm 1 | 2007/08/21 11 49 24 | a

Subject: Re: agent using mysql-connector-java-5.0.7

UPDATE I change a few things. Specifically I moved a few class files for the Connector/J into my Agents lib directory and the error has changed. I still am very confused however. I find it strange

Subject: Re: agent using mysql-connector-java-5.0.7

On Monday 20 August 2007 rogster 's cat walking on the keyboard wrote > I 've installed mysql-connector-java-5.0.7 and modified the CLASSPATH > variable. And then I developed a simple class that dis

Subject: agent using mysql-connector-java-5.0.7

Hi all. I 'm developing a simple agent that connects to mySQL and displays the table contents on the client side (this is just a baby step towards the end project). I 've installed mysql-connector-ja

Subject: MySQL Connector/J for Failover

Hi I am using MySQL Connector/J 3.1.x on Windows using MySQL 5.0.x. I am trying to achieve HA in MySQL. I have setup Master-Master Replication in two machines both running on windows. This work

Subject: RE: Web application jconnector memory Leak

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 > -----Original Message----- > From manhatta25 [mailto manhatta25@(protected)] > Sent Thursday August 16 2007 8 00 AM > To java@(protected) > Sub

Subject: Web application jconnector memory Leak

Our website has thousands of hits per day. We are using the latest versions of Mysql Tomcat and Java. We have also been using jconnector 3.0.10. With 3.0.10 memory stayed in reasonable limits. The

deprecated autoReconnect=true - what do the alternatives bring

Mark Since years you recommend not to just use "autoReconnect true " but to be smarter. First hints are in http //dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-p roperties.

characterEncoding has no effect in connection url

Under Redhat as4 x86_64 This is my java program import java.sql.* public class JdbcExample3 { public static void main(String args[]) { Connection conn null try { Class.f
Page 2 of 26 1   2   3   4   5   6   7   8   9   10   Next 10