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

need help to use java to connect to MYSQL DB

Hi all i need to use Eclipse(java SDK) to connect to MYSQL DB & i write the following code for connection but when i run it no thing happen no output appear & when i debug it i found that the de

preparedStatement

Hi there I 'm using connector J 5.0.4. Lets say I have a preparedStatement with 4 parameters for an insert command. I wish I could do the following 1) set all the 4 parameters to null with preparedSta

setFetchSize bug

> > > > If I have a ResultSet on table 't ' with field 's ' then I can call > > ResultSet.getString( "t.s "). But if I first call > > Statement.setFetchSize() > > then this field isn 't found. > > Fschmidt >

setFetchSize bug

> > If I have a ResultSet on table 't ' with field 's ' then I can call > ResultSet.getString( "t.s "). But if I first call Statement.setFetchSize() > then this field isn 't found. Fschmidt That seems

setFetchSize bug

If I have a ResultSet on table 't ' with field 's ' then I can call ResultSet.getString( "t.s "). But if I first call Statement.setFetchSize() then this field isn 't found. Calling ResultSet.setFetchSi

Subject: problem to solve classpath

Hello I 'm working under UNIX Suse 10.2 and using version 3.1.14 of jdbc my application is apparently unable to find path of classes defined in the jdbc archive. At the beginning application try to

Subject: getObject() autoDeserialize question

Hello not sure that this is a bug so prefer to ask it at the maillist. As I see the only backport at 3.1.11 which consider blobs (http //bugs.mysql.com/bug.php?id 13277) but I don 't understand

Subject: Re: Vote for Java in the "Languages " QuickPoll at http://dev.mysql.com/ !

Mark Matthews wrote > The community team has put up a quick poll at http //dev.mysql.com/ that > asks what language you use to develop MySQL applications. Seeing the > traffic that this mailing list

Subject: Vote for Java in the "Languages " QuickPoll at http://dev.mysql.com/ !

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi folks The community team has put up a quick poll at http //dev.mysql.com/ that asks what language you use to develop MySQL applications. Seeing the

Subject: Re: com.mysql.jdbc.driver problem

Jodie wrote > Hi All > I want to connect to mySQL database from windown using "SQL Developer " tool > from Oracle. > Thanks > Jodie You might have better luck asking on the Oracle SQL Developer li

Subject: Re: com.mysql.jdbc.driver problem

Hi All I want to connect to mySQL database from windown using "SQL Developer " tool from Oracle. Thanks Jodie Jodie wrote > > Hi All > I just downloaded the "SQL Developer " and tried to remote

Subject: Re: com.mysql.jdbc.driver problem

Jodie the very fact you ask "Do I need to install Tomcat " seems to suggest to me that are somewhat in the dark as to what you are trying to do. What is it your are hoping to achieve here? Jodie

Subject: com.mysql.jdbc.driver problem

Hi All I just downloaded the "SQL Developer " and tried to remote connect to MySQL database using "SQL Developer ". I got the error message that "Status failure-Unable to find driver com.mysql.jdbc

Subject: Re: MySQL Connector/J 5.1.5 Has Been Released!

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Matthew Seaman wrote > Mark Matthews wrote > > > MySQL Connector/J 5.1.5 the first production release of the 5.1 branch > > has been released. Connecto

Subject: Re: MySQL Connector/J 5.1.5 Has Been Released!

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA256 Mark Matthews wrote > MySQL Connector/J 5.1.5 the first production release of the 5.1 branch > has been released. Connector/J is the Type-IV pure-Ja

Subject: MySQL Connector/J 5.0.8 Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.0.8 a new version of the Type-IV all-Java JDBC driver for MySQL has been released. This is a bug fix release for the current pr

Subject: MySQL Connector/J 5.1.5 Has Been Released!

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.1.5 the first production release of the 5.1 branch has been released. Connector/J is the Type-IV pure-Java JDBC driver for MySQ

Subject: MySQL stopped responding

Running MySQL 4.x on Win2000. I have two huge CSV files (the shorter one 's 1.5 million rows) that I imported and am now trying to normalize into various tables. I started a long command (INSERT INT

Subject: Re: couldn 't figure out a sql statement for what I want, anyone can help? th

raybristol wrote > > I have 2 tables in database > > table A > ID(int) | receivedDate (Timestamp) > > > table B > > ID(int) | Days (int) > > > > I want to use 'Select into ' to create a n

Subject: Re: couldn 't figure out a sql statement for what I want, anyone can help? th

raybristol wrote > I have 2 tables in database > > table A > ID(int) | receivedDate (Timestamp) > > > table B > > ID(int) | Days (int) > > > > I want to use 'Select into ' to create a new ta

Subject: couldn 't figure out a sql statement for what I want, anyone can help? thanks

I have 2 tables in database table A ID(int) | receivedDate (Timestamp) table B ID(int) | Days (int) I want to use 'Select into ' to create a new table with 2 columns like new table ID(in

Subject: Re: werid problem, please help, thanks very much!!!

Are you sure that the driver is the one that is effectively loaded? And that there 's not a registration of the derby driver for such url (should not happen)? Maybe eclipse is running another compile

Subject: Re: NumberFormatException on initializePropsFromServer

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 maydox wrote > > > > Madox > > > > Interesting. I 've _never_ seen the server return " " for those variables > > and it 's not ever supposed to return " " f

Subject: Re: werid problem, please help, thanks very much!!!

my whole method is private static final String driver "com.mysql.jdbc.Driver " private static final String dbName "Umbrella " private static final String connectionURL "jdbc mysql /

Subject: werid problem, please help, thanks very much!!!

I am getting a error when I try to get a connection the werid thing is I can called the getConnection method with no problem from some project but got below erros in other projects java.lang.NoSu

Subject: Caused by: javax.servlet.ServletException: Communications link failure due t

hi I have installed Jetspeed2.1 and use Mysql for backend. I have developed one API for giving links on login portlet after user logon successfull to portal. means 1.user enter username and passwor

Subject: Re: NumberFormatException on initializePropsFromServer

> Madox > > Interesting. I 've _never_ seen the server return " " for those variables > and it 's not ever supposed to return " " for those variables which is why > there 's no defensive code around

Subject: Error: 'window.document.ygames_applet ' is null or not an object

The above error message shows when I try to get on Yahoo Games. No one has been able to help me and I 'm at my wits end. . . .please help. Thanks -- View this message in context http //www.nabble.co

Subject: Re: NumberFormatException on initializePropsFromServer

> > Here are the likely offenders from the Connection source > > this.netBufferLength Integer.parseInt((String) > this.serverVariables.get( "net_buffer_length ")) > > this.maxAllowedPacket Integer

Subject: Re: NumberFormatException on initializePropsFromServer

Here are the likely offenders from the Connection source this.netBufferLength Integer.parseInt((String) this.serverVariables.get( "net_buffer_length ")) this.maxAllowedPacket Integer.parseInt((
Page 1 of 261   2   3   4   5   6   7   8   9   10   Next 10