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 18 of 26 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10  

Subject: PreparedStatements with 3.1.4

i 'm trying to figure out if i 'm doing something wrong or if i 've run into a bug. I created a PreparedStatement p with 2 parameters both ints. I set these values and call executeQuery(). The s

Re: Cannot convert value '2004-08-13 13:21:17. ' from column 3 to
TIMESTAM

> is the format something I can control? The InnoDB engine stores > timestamps incorrectly from versions 4.1 - 4.1.3 I 'm wondering if this > is the problem. > > Nevertheless the fact that Statem

re: data truncation error using Mysql 5.0.1alpha-snapshot and
Connector/J

> Hello > I just upgraded both parts and am running my unit tests and I am > getting a data truncation error. > > The column is of char[2] and I am trying to put into it a value of '00 '. >

re: data truncation error using Mysql 5.0.1alpha-snapshot and Connector/J
3.1.

Hello I just upgraded both parts and am running my unit tests and I am getting a data truncation error. The column is of char[2] and I am trying to put into it a value of '00 '. Any id

why use ore than one host in a connection string

Hello I am using connector/j 3.1.3b but will be upgrading to 3.1.4b today or tomorrow. I am testing to see if I can get jdbc mysql //host1.edu host2.edu/dbname to work and if host1 is s

Re: Cannot convert value '2004-08-13 13:21:17. ' from column 3 to
TIMESTAMP.

is the format something I can control? The InnoDB engine stores timestamps incorrectly from versions 4.1 - 4.1.3 I 'm wondering if this is the problem. Nevertheless the fact that Statements an

Cannot convert value '2004-08-13 13:21:17. ' from column 3 to TIMESTAMP.

Hello All I was doing some performance comparisons and was trying to use the ServerPreparedStatements. However I immediately got this exception . . . Caused by java.sql.SQLException Can

SQLException: "Cannot convert value... " from getDate()

Hi there I 'm using the mysql-connector version 3.0.15-ga and server 4.1.4-gamma-standard-log. I 'm finding that I can 't retrieve TIMESTAMP columns and get the following exception Exception

Timestamp not updated when using ResultSet

Hi I 'm doing updates to records using JDBC but the timestamp field doesn 't update. An example Address has only two fields Line1 - varchar(40) UpdateTime - timestamp ResultSet rs

ServerPreparedStatement & BatchUpdateException

Hello I have a case where the new serverside prepared statements fail to execute whereas the old-style java driver prepared statements correctly executes. I suspect it might be due to a '

Using stack traces within profileSQL

Feature suggestion... In our OM layer I 've added a stack trace profile capability to our prepared statements. What I do is use the new JDK 1.4 getStackTrace method to determine the caller.

Subject: Query hangs...Connector 3.0.9

Hi All I am using MySQL server 4.0.16 with MySQL Connector 3.0.9. On our system we have the strange problem that the MySQL Connector hangs after 3-4 days. Here is a part of thread dump from our Jav

IN operator

Hi people Due to MySQL does not support "inner-selects " I generate a string (I programm java-client) with the values I used in an IN-operator for an update onto a mySQL database. The statemen

Subject: SQL-Error if not row found

Hi I have the following problem with connector 3.1.4-beta There is a table that contains an integer column e.g. numfld integer charfld char(50) Contents 1 'row 1 ' 2 'row 2 '

Desperate here: Connection error 08000 and Connection Pooling

Hi folks Im dying here slowly..... Can anyone tell me what an SqlState 08000 (connection exception) REALLY MEANS.... Is it as obvious as I think it is Im NOT CONNECTED to MySQL and if s

Starting and stopping database by JAVA

Hello is there a possibility starting or stopping MySQL database and creating database instance by JAVA? Is there some API available for this? If yes can you please write some example how t

SOLVED: java.sql.SQLException: Column Index out of range, 4 > 3

Follow up. Closing the ResultSet was not the issue. Upgrading to mysql-connector-java-3.1.4-beta DID solve the problem. At 03 16 PM 9/2/2004 +0530 Plaban Kumar Bhowmick wrote >I think you ar

Names of the table to uppercase

Hi Does anyone know how to get that all the tables and columns names came at uppercase when you get them from the database?? Thanks in advance Javi -- MySQL Java Mailing List For list

Benchmark of prep stmts on MySQL 4.0 vs 4.1...

Does anyone have any benchmarks of the performance diff between MySQL 4.1 and 4.0 running prep stmts via JDBC? I 'm curious about the per-query latency of using server side prep stmts ... IE w

MySQL Connector/J 3.1.4 BETA Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 3.1.4 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. Version 3.1.4 is the second (and la

MySQL Connector/J 3.0.15 Has Been Released

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

Why does UNIQUE sort ?? Bug ??

I have come across this issue in mysql Ver 8.40 Distrib 4.1.3-beta as well as mysql Ver 8.40 Distrib 4.0.16. I am using mysql-connector-java-3.0.14-production-bin.jar on Mac OS X 10.3.5 I hav

java.sql.SQLException: Column Index out of range, 4 > 3

I have an unexpected error "java.sql.SQLException Column Index out of range 4 > 3. " in a Java servlet when rapid repeated queries are made to the database (5 per second). When I restart the serv

Subject: intermittant error with 3.1.3

Mark Awhile ago I was having some problems with the 3.1.3 release which the nightly build on 2004.08.09 fixed. However since then I 've been getting the following intermittant error java

UDF in MySQL

Hi We are currently porting our database from oracle to MySQL. We have many functions and stored procedures implemented in oracle. I am not sure if we can write our functions in SQL in mysql. I re

Subject: auto-directing select queries

is there a way to auto-direct select queries to our mysql replication slaves and direct all other queries to our master? does connector/J have some kind of function for doing this? oh and we 're

RV: DESPERATE HERE: MySQL and Tomcat CONNECT PROBLEM

My configuratiion - MySql 4.0.20 Tomcat 5.0.27 jsdk1.4.2_04 y mysql-connector-java-3.0.14-production-bin. I put el jdbc driver in C \tomcat_5.0\common\lib and I configure the DataSource i

DESPERATE HERE: MySQL and Tomcat CONNECT PROBLEM

Hi folks Im having a real weird problem here.... Im using Java SDK version 1.4.2_05 MySQL v 4.1.3b-beta-nt Tomcat Version 5.0.27 mysql-connector-java-3.0.11-stable-bin.jar all running unde

PreparedStatements and "ON DUPLICATE KEY UPDATE ... "

(if there has been some discussion about this already please let me know. searches on this list in the last 365 for either "ON DUPLICATE KEY " or "PREPARED STATEMENT DUPLICATE KEY " yielded no rele

Subject: Question regarding MATCH

I am using the mysql driver with mysql version 3.23.42 I have a table with the following definition CREATE TABLE data ( id int(11) NOT NULL auto_increment keywords text NOT NULL thema t
Page 18 of 26 Previous 10   11   12   13   14   15   16   17   18   19   20   Next 10