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

JDBC driver not returning table meta data

While accessing MySQL Enterprise Edition (Version 5.0.36sp1-enterprise-gpl) using the JDBC driver (mysql-connector-java-5.0.7 driver) we got the following problem. One of the tables in our data

Subject: Fail Over / Round Robin

Quick Question Here is what i would like to do. I have a pool of slaves and i would like to spread the load between them all in a round-robin type of affair. I don 't want the application layer

MySQL Connector/J 5.0.7 Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.0.7 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

Memory Leak with 5.0.6 and 5.1.2-beta

Hello I am currently writing code that uses javax.sql.RowSet quite a lot and I am fighting with memory problems. I 've tons 's of PreparedStatement-entries in com.mysql.jdbc.Connection in the openStat

ColdFusion detection in Connector/J 5.1.2 beta - ATTN Mysql team!

I am curious if this list is monitored by anyone on the MySQL team? Is there another more appropriate contact person or list I should send this information to? Help and/or acknowledgement of receipt

applet: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communicati

On Thursday 12 July 2007 AlexeySmirnov 's cat walking on the keyboard wrote > Caused by java.net.SocketException java.security.AccessControlException > access denied (java.net.SocketPermission 10

applet: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications

I use lib mysql-connector-java-5.1.0-bin.jar in my applet. My applet signed. In appletviewer all Ok. But in browser I have the next exeptions Last packet sent to the server was 0 ms ago. at sun

ColdFusion detection in Connector/J 5.1.2 beta

Hello I noticed that the latest Connector/J version auto-detects ColdFusion and does some configuration which is great. The code for doing this in com.mysql.jdbc.Util.java isn 't so great however

Need Help: Aglets and database transport

Hi I am a new user to aglets. I have my aglet that runs using ASDK 2.0.2 mysql-connector-java-3.1.6. I can run my aglet and retrieve information based on the MySql database server under WAMP versi

Connector/J 5.1.2 Beta Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.1.2 beta a new version of the Type-IV pure-Java JDBC driver for MySQL has been released. Version 5.1.2 is suitable for use wit

Connector/J 5.1.1 Alpha Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.1.1 a new alpha version of the Type-IV pure-Java JDBC driver for MySQL has been released. Version 5.1.1 is suitable for use wit

Subject: autoReconnectForPools

I am using Connector/J 5.0.6. In reading the docs on the MySQL site I noticed this parameter but just above its description was a note about how using the autoReconnect parameter was NOT recommend

Subject: character encoding problems

Hi There I 'm having troubles trying to convert 'everything ' to UTF-8 format. I 'm using the db drivers from /mysql-connector-java-3.1.11-bin.jar connected to a version 5.0.27 database on a linux p

Subject: status query and new question

Looks like our last contact was Jan 11. Lenz Grimmer writes ... > On Wed 10 Jan 2007 Don Cohen wrote > > This is a note about the feature submission I sent on 26 Oct 2006. > > When I try to c

Connecting to MySQL on GoDaddy.com

Hello I have a Linux hosting account with Java enabled and I am trying to make a connection to my MySQL database from one of my servlets. I have been successful in connecting to MySQL from this se

MySQL Connector/J 5.0.6 Has Been Released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.0.6 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

a question about mysql installation

my operating system is windows xp .when i have finished installation of mysql5.0.27win32 and setting the classpath .I find I can not run mysql in my console the system show "error 1045 access denied

Long text truncated

My insert is truncating the long text. Mysql 5.0.19 ConnectorJ 5.5 Java 5 String longtext "afsdfasd... " // more than 40000 chars no more than 65535 PreparedStatement stmt ... ... Insert into ta

Help: Connecting Aglet with database

Struggling for a month and after searching a sample for a good and easy way to connect an aglet to database I cannot found it yet. Can someone mail me a sample of aglet program that work with datab

failover question

Hello We have MySQL cluster server and I made simple Java client with jdbc driver. Java client uses "Using Master/Slave Replication with ReplicationConnection " connection mode ( http //dev.mysql.

MySQL Connector/J 5.1.0 Alpha has been released

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Hi MySQL Connector/J 5.1.0 a new alpha version of the Type-IV pure-Java JDBC driver for MySQL has been released. Version 5.1.0 is suitable for use w

Subject: need for help in IBM aglets

we are using the IBM aglet2.0.2 with mysql 4.0.2 in windows XP. when we try to acess the database through the aglets i.e. through tahiti server we get following error. SQLException Unable to conn

Subject: CachedRowSet and the like

I am looking for CachedRowSets and JoinRowSets which would support updates. Update of Sun implementation of JoinRowSet does not work with MySQL. I have tried OracleCachedRowSet and OracleJoinRowSet bu

Subject: doubt regarding java Query

public void dbedit(String email1){ try{ Class.forName( "sun.jdbc.odbc.JdbcOdbcDriver ") String url "jdbc odbc db4 " Connection con DriverManager.getConnection(url) Statement st con.createStateme

failoverReadOnly is not enforced

hi i 've been playing with failoverReadOnly on 5.0.5. i 'm not sure if the way its currently implemented is safe. since it uses the java.sql.Connection.setReadOnly() method it is very easy for the a

problem

hi. I have got a problem. how to write a code in jdbc with mysql for insertion search for variable. i.e ehen i write somthing like String dep1 d.getText() smnt.executequery( "select e.name e.salary

MySQL Connector/J 5.0.5 Has Been Released

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

Creating a table with columnnames only

Hi All Please help me. Do any one know to create a table with just columnnames only in java. Rgds Fahmida

Delayed Contractual, Inheritance and Lottery Payments

HSBC PLC International Transfer Processing Department P. O. Box 181 39 High Streets Ashford Kent TN24 8TG London EC2P Leicester Currency Cheque Centre P. O. Box 47 135 Charles Street Leic

update a field with JoinRowSet

Hi I tested a few lines of codes with JoinRowSet Connection conn DriverManager.getConnection( "jdbc mysql //localhost/dokpe_i01?user ...&password ... ") jrs new JoinRowSetImpl() crs (Cached
Page 3 of 26 1   2   3   4   5   6   7   8   9   10   Next 10