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 6 of 26 1   2   3   4   5   6   7   8   9   10   Next 10  

not able to connect to mysql I am getting the exception: "Data Source rejected e

hi I am working on linux I am not able to make a connection to mysql server. when I connect to mysql through java the following exception is raising java.sql.SQLException Data source reject

Is ConnectorJ 5.0 production ready?

The mysql.com web site is inconsistent on whether Connector J 5.0 is the recommended production version. In some places it recommends 5.0 other places it recommends 3.1 Is 5.0 ready for prime ti

Accented characters in TEXT field getting mangled

I am developing a web application using Java/Tomcat and MySQL 4.1.12 with Connector/J 3.13.13. When I save something with an accent like "Caf? " to a VARCHAR column it works fine on both my develop

jdbc metadata -- auto increment information bug

Hi The JDBC DaatabaseMetaData class has a getColumns() method. This returns meta data about a column. This is useful when using a O/R tool to generate java classes that encapsulate table/column in

Problems with INNODB transactions.

Hi I am facing a strange problem with INNODB. My application communicates with mysql server using JDBC. I am using mysql 5.1 version. Even after issuing connection.commit() / connection.rollback

JDBC and Stored Procs problem returning ResultSet

I 'm having the dreaded "can 't return a result set in the given context " problem for which I 've seen posted quite a bit but I have yet to find a solution for Java. I appreciate any insight. Thanks i

run Sun 's JDBCCTS compliance tests agains t to mysql connector/J 5.0.3

--Boundary- _LaEbBRsbPkXKcxKHSAXWtewILhtZ Content-Type text/plain charset "gb2312 " Content-Transfer-Encoding 7bit I run Sun 's JDBCCTS compliance tests against to mysql connector/J 5.0.3 but all t

a problem about test against to mysql-con nector-java used by jdbccts-1_3_1

--Boundary- _PhhXmlGeqsaHxuiTEdExQiuPXbRU Content-Type text/plain charset "gb2312 " Content-Transfer-Encoding 7bit I do a test against to MySQL JDBC driver (mysql-connector-java-5.0.3) with t

Blob streamability

hello list i stumbled across the comments in /com/mysql/jdbc/Blob.java and it confirmed my suspicions it really is nothing but a byte array containing all the data of the blob. so basically the

Bug in 3.1.10 (and later?) with setting infinite socket timeouts...

In MysqlIO.java you have if (socketTimeout ! 0) { try { this.mysqlConnection.setSoTimeout(socketTimeout) } catch (Exception ex) {

error in documentation for configuration properties.

"socketTimeout Timeout on network socket operations (0 the default means no timeout). 0 3.0.1 " This isnt ' true. This means use the default internal JDK timeouts. If you set sun.net.client.defaul

Getting Exception while connecting to MySQL Db from weblogic

Dear Sir Earlier we were using MySQL connector/J 3.0.9 (mysql-connector-java-3.0.9-stable-bin.jar) with database as MySQL 4.0.24 and web application running on weblogic worked without any problem

confused by mysql command:select * ..order by if(death is null,0,1),death;

i am learning mysql command to retrieve information from a table.and i want to sort the result.i have a table named president contains fields like first_name last_name death(which can be null to indic

Connector/J and Connector/MXJ docs renewed, Eclipse format available

We 've completely reworked the Connector/MXJ and Connector/J sections of the MySQL Reference Manual. MySQL provides connectivity for client applications developed in the Java programming language via

ExtractValue Runs Significantly Slower via JDBC than via C API

Hi I 've been experimenting with the new XML features of MySQL and I 've noticed that queries using ExtractValue take noticeably longer when querying the database through JDBC than when querying via t

MySQL Connector/J 5.0.3 Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.0.3 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. This is the first generally-available produ

Announce: LBPool 1.0 beta1 (Load Balancing JDBC Connection Pool)

Hey Gang. I wanted to get this out on the list and facilitate some feedback. http //www.feedblog.org/2006/07/announce_lbpool.html I CC 'd both lists because this might be of interest to the larger M

MySQL Connector/J 5.0.2 Beta Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.0.2 Beta a new version of the Type-IV all-Java JDBC driver for MySQL has been released. This is the last planned beta release o

Urgent: Please Confirm Interest in China Business Opportunity

This is a text part of the message. It is shown for the users of old-style e-mail clients

How to deploy a custom database with MXJ

Hello all thanks for your great work on Connector/MXJ. I have two questions on its usage 1. Is there a way to deploy a custom database (with predefined tables probably filled with some config rec

Opimizing SQL query

Hi I have a table with 1 00 000 records. I have to delete 10 000 records and the query framed is something like this delete from naptrrecord where id in (1 2 3 4.... 10000) and id not in(111 22

GWAVA Sender Notification (Spam)

Can someone please remove these addresses from the list? Thanks. -------- Original Message -------- Subject GWAVA Sender Notification (Spam) Date Tue 13 Jun 2006 21 44 32 -0600 From <gwava@(protected)

Problems faced onm igration from myISAM to INNODB

Hi All I have migrated my database storage engine from myISAM to INNODB. I am seeing a strange problem in INNODB. Under loaded conditions where multiple threads are writing and reading data from

Memory leak with c3p0 using ConnectionProperties

Hi I think I found a memory leak in mysql-connector-3.1.11. Perhaps the cause for the memory leak is in c3p0 but since the memory leak goes away when the JDBC url is changed I first post the prob

MySQL Connector/J 3.1.13 Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 3.1.13 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. Version 3.1.13 is a bugfix release for the

Preventing a long-running query from monopolizing CPU of DBMS through jdbc

Hi all In a tomcat web application with a commons-dbcp connection pool for maintenance purposes we are regularly (cron-job) executing some heavy-duty queries that can easily take an hour or so. In

csv to Tomcat to Mysql upload / import

Hello I need to ask a question from any of the java experts out there. Can anyone suggest or share a code segment that allows a web user to upload a csv file and then parse it on the server end wi

" Unable to load to deserialize result "

hi all for the last 1 week i m scratching my head day and night. any one help me out regarding why i m getting following stack trace. i m using jboss as application server and my mySql4.x.x 18 41

Subject: Java and MySQL character sets

Hi everyone I am trying to develop an multi-language application that will use i18n. What is the best character set and collation to use with Java 5 JDBC and MySQL 5? There are way too many vari

Character Set and group_concat

I recently upgraded to MySQL 4.1.19 and Connector/J 3.1.12 and have this problem When I retrieve data stored in latin1 character set using group_concat with the JDBC driver the data is not correct
Page 6 of 26 1   2   3   4   5   6   7   8   9   10   Next 10