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

SOURCE command error

Hi I 'm trying to use the "source filename " command in to the mysql server using the interface as java but it does not seem to work. Is there anyway that I can run the "source... " command from this j

mySQL create table = > object model

Hello java@(protected) ! I want to create the object model from existing sql file with a lot of CREATE TABLE or from existing database. My questions are 1) is there any tool for pasrsing mysql

Subject: Re:Address already in use

Excuse my english i 'm from mexico city and i had the same problem. It seems to be realated to open a lot of tcp connections and close them so quickly that tcpip protocol dont has a chance to really to

while (temp.next()) wont iterate

booo! ) hey folks here it is a snippet of a code i 'm writing and i ran onto very strange problem...well at least to me...please have a look at the code temp null queryNasokiID "SELECT naspred_

Connector/J-3.1.11 ConnectionTest.testSessionVariables()   failure

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Ken Lim wrote > Mark - > > Thanks for the quick response. But what doesn 't make sense to me is > that I only switched the version of the connector tha

getting param names

Hi All Is there anyway of getting all the IN Parameters of a particular Stored Procedure in JAVA. Thks -- MySQL Java Mailing List For list archives http //lists.mysql.com/java To unsubscribe

Connector/J-3.1.11 ConnectionTest.testSessionVariables() failure

Hi - We 've recently upgraded to Connector/J-3.1.11 to be used against MySQL-4.1.14. One of the tests are failing testsuite.simple.ConnectionTest testSessionVariables() The Integer.parseInt() i

passing parameters to store proc

Hi All Suppose I have a store proc which accepts 4 input parameters and I do a CallableStatement.setObject( 1 ".. " ) and execute the query . CallableStatement functionCall dbCon_.prepareC

Address already in use: connect

Hi After using my application for 10-15 minutes an SQL exception occurs see below for more information. Every database access after that Exception will cause the connect to fail but by waiting 10

Subject: ResultSet closed unexpectedly

I have a problem where a ResultSet is being closed unexpectedly. Most of the postings I 've seen that reference this problem seem to come down to a case of reusing a Statement. We aren 't doing that

sun.jdbc.rowset.CachedRowSet and Temporary Table.

Because the SHOW FULL COLUMNS FROM command does not apply to temporary table a java program using Connector/J is not able to use the sun.jdbc.rowset.CachedRowSet to retrieve the data from a temporary

Problem with log, question marks with select instead of values...

Hi. I am using mysql connector version 3.11. I found that in /var/log/mysq.log there is no values for Execute statement with select. Instead of them there are questions marks. When I run update

Just a quickie - what is select round( 'inf '), round( '-inf '), round( 'nan ')

I am doing some server work and notice the client sends this select round( 'inf ') round( '-inf ') round( 'nan ') out of curosity what is it doing? thanks -- Alan Williamson Technology Evangelis

Subject: Dreamweaver - connector

Hi! System Novell\Netware SBS 6.5 sp 1 (MySQL ver. 4.0.15a). I can access and work with the DB using the MySQL Query Browser ver. 1.1.15 & MySQL Administrator ver. 1.1.2 from a Win2000 WS. I 'm tr

Comparing like tables on different machines

This may be more of a SQL question than a java-sql question - my apologies. If I have to like tables to compare (lets for sake of argument say to equipment record tables where I have a model #

Use of UTF8 in connection arguments causes every connection to print a quest

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Alexandre Lemaire wrote > Hi there > > Wandering into the world of internationalization I 've had to resort to > connecting using > > useUnicode t

Use of UTF8 in connection arguments causes every connection to print a question

Hi there Wandering into the world of internationalization I 've had to resort to connecting using useUnicode true&characterEncoding utf8 In the connection parameters. It seems to work strange

bug in DBMD.storesUpperCaseIdentifiers (3.1.11)

hi i noticed this while using SchemaUpdate with hibernate 3.0.5. client on windows xp server on linux (4.1.14). since its linux the variable lower_case_table_names is 0. the implementation of s

Question: java/struts, utf8, mysql413

Hi All I recently started experimenting with storing utf8 data on mysql 413 database server. the character set and all on the db server are properly set. When I submit a html form with option set a

Adding times with results over 24:00

I am running the following statement ResultSet rs stmt.executeQuery( "select ucase(ctype) as ctype count (tsid) as callcount sum(amount) as amount sum(amount_collected) as amount_collected s

Affected rows and getUpdateCount

Looking at the changelog for the MySQL Connector/J I find an entry from 2003 saying that getUpdateCount now returns the number of matched rows rather than the number of affected rows. Unfortunately I

AW: Sudden JVM crashes - a MySQL driver problem?

Hi Mark I just checked you points and on this particular server it never worked. On different servers with the same OS our application is running without any problems. Yes there are small differen

AW: WG: Sudden JVM crashes - a MySQL driver problem?

Hi Dan yes I 'm sure. Our JVM has 1 GB as the maximum and 512 MB as the initial memory set. It has never reached the maximum memory limit. I check this very often! So I guess this is not the reason

WG: Sudden JVM crashes - a MySQL driver problem?

We have sooooo much memory that we can be sure that memory is not the reason. But thanks for you input. Cheers Robert > -----Urspr?ngliche Nachricht----- > Von Costa Sofianos [mailto costa@(protected)

Sudden JVM crashes - a MySQL driver problem?

Hello we have a really tricky problem while running our web-application The JVM crashes from time to time for no apparent reason. There seems to be no direct relation to any user-action method-c

Subject: streaming data to a blob

Hi I have been chasing myself around with this one so any thoughts or suggestions will be kindly accepted. Problem I want to serialize a JDOM Document to a blob. My solution I thought I woul

Subject: Embeded Library for Java

Hello there I 've written a JDBC layer on top of the MySQL embedded library mysql-je.sourceforge.net <http //mysql-je.sourceforge.net > the library allows for embedding a MySQL server into Java app

Subject: executeUpdate return value

I am adding a record to a table and need to get an autogenerated key record value once it is inserted. I read someplace that I can get the value of a column back. This is what I have (pasted below

Subject: how to set query timeout

hey all I am using the Spring framework with the Mysql driver configured in a datasource obj. What can I do to set the timeout parameter to the queries? Basically what I want is if a query doesn 't re

Waiting for parameters where i just want a '? '

Hello I have a method which must insert a field i simplify the code but the problem still is public boolean insere (Intervention inter) { String PRE_STMT "insert into interventions_p
Page 9 of 26 1   2   3   4   5   6   7   8   9   10   Next 10