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

Update sql statment from concurrent thread.

Hi I have two threads trying to update the records at the same time. Let me be more detaile... I have 15 records in table. I issue an update command on a field like.. update tableName set column1 '

Subject: Connector/J 3.1.11 release?

Is there a target date to release a stable version of 3.1.11? I have been using the nightlies for a while now but the most recent ones have been giving me trouble as well. -- MySQL Java Mailing

UTF-8 char insertion

Hi I have an app that writes Chinese characters in to MySQL 4.1 an renders them back out in a separate JTextArea. My DB Server is set to UTF-8 encoding. When typing in the Chinese (PRC cha

Connector/J 3.1.11?

Hi everybody! I 've personally had an issue with 3.1.10 I believe it was with PreparedStatement params that worked with 3.1.8 and was fixed some time ago in CVS. Now I 've looked at the build-issues

Empty result

Greetings I am executing the following query SELECT MAX(last_edited) AS edited_date FROM ab_leader_board For some reason when doing <% rs.getInt( "edited_date ") % > It keeps returning an empty res

Last Update

Greetings Is there a way to get the last update date for an entire table not just a single row? More specifically is there a way to do this with Java? -- Kind Regards Schalk Neethling Web Develop

Connecting to mysql in a virtual hosting environment

Hello there I can 't connect to a mysql db with an applet and J-Connector although the applet is loaded from the same server (from my point of view) class files for the applet and the Jconnector dri

Subject: Dynamically set character set

Hi I need to do the above as I will not know what language/charset is being inserted in to my DB. How can I set the character set? I tried Statement statement connection.createStatement() stat

Building connector 3.1.10 from src, some bugs and fixes

I decided to have a go at this on FreeBSD 6.0Beta4 with linux jdk 1.4.2 and ant 1.6.5 A number of interesting problems emerged 1) compile fails as build.xml assumes a directory build/mysql-con

Subject: Unicode insertion in 4.1

Hi I am having trouble inserting and retrieving Asian characters in my DB. I have set up my table thus CREATE TABLE `messages` ( `id` int(10) unsigned NOT NULL auto_increment `message_bod

Inserting a row into a table with no primary key using an updatable ResultSe

H??ctor A. Abreu wrote > MySQL allows me to create only one primary key per table but I > actually need a two-column primary key. OK -- but those two statements are not contradictory MySQL will l

Inserting a row into a table with no primary key using an updatable ResultSet

Hi there. I 'm trying to insert a row into a simple table (order_item) with two columns (order_number int item_number_int) using an updatable ResultSet for that only table but apparently JDBC won 't

Subject: MacOS issues, continued

Just thought I 'd give an update in case anyone had any suggestions. I was just able to access my applet without any problems from a different iMac running JRE 1.4.2 but only via Safari. Explore

Subject: XA support in Connector/J

I 'm in the process of doing a study to see if MySQL will be a viable candidate for a project we have. We need XA support which is listed as being available in 5.0. However when I review the Connec

Are scrollable ResultSets completly fetched from server?

Hi there What I would like to do is to call ResultSet.last()/getRow()/first() withought fetching the whole data from the database-server. Is the mysql-jdbc driver capable of doing so or does it fet

applet and mysql.

hi . firstly sorry bad english. i have a big problem. i 'm looking for an answer for a month. i couldnt find. i want to get only one string from mysql to my applet. i tried it on jbuilder it 's ok. bu

Problem Immediate respose required

Hello I have a problem in connecting to the database. When i run my program while connecting to the databaseit is giving an exception and not able to connect to the database. I have loaded Mys

MacOS issues

OK it 's time for another one of my really stupid questions I 've finally installed my applet and DB on a server and much to my shock it does not work when accessed from a Mac (on any of these

JOIN question

Greetings All I have two tables ab.comp_results and ab.competitions. I want to execute a select query and JOIN these two tables. This is easy enough but here is my problem. QUERY SELECT CR.pos

java.net.SocketException: Connection ended abnormally.

I am currently using mysql-connector-java-3.1.7-bin.jar. I have written a service that makes a connection to MySQL then will sleep for a while when an item needs to get inserted it will wake up an

Loss of connection is large InnoDB table select...

Greetings to all Could someone explain the error below. The DB had become so fouled that we had to drop and recreate the entire DB. It was receiving burst of inserts from client machines in the ord

Subject: Looking for beta Testers.

I am looking beta testers for a Java GUI database interface for SQL databases. It is an open source project hosted at http //sourceforge.net/. The project is http //sourceforge.net/projects/database

Dumping a "scrubbed " version of the database? Views?

For testing purposes we like to get a copy of the database with sensitive information removed or with it replaced by placeholders. The way we do this now is to make a copy of the database (dump the

MySQL manual 3.23.58

Where do I find MySQL Reference manuals from Version 3.23.58? It seems that MySQL only has the very last version available on www.mysql.com Best regards Allan Unnerup -- MySQL Java Mailing List

"SELECT x FROM a WHERE y IN list "-Type queries?

Hi one small question. Is It possible to do queries of this type with MySQL using JDBC? I would like to provide a List of values and select all rows of a table whos "y-field "-value is contained

Clever data dump

Hello I would like to export a part of my MySQL database as a SQL script. I thought about mysqldump.exe but it 's too simple. I need to export rows from one table which matchs simple criteria and a

Tomcat/MySQL Application Update

We have a servlet that is run locally on about 20 laptops. I am currently manually updating the application on each laptop about once per month. Can anyone suggest a method of updating an applica

SSL connection

Greetings I spent yesterday creating CA certificates and building the latest stable MySQL with --with-vio and --with-openssl options (RedHat Fedora Core 3). I started up mysqld_safe --defaults-file

Subject: re: this is right isnt it

hi Sorry for this query but this is the java list for mysql mailing list isnt it? Thankyou Ben (jmonkey) -) -- MySQL Java Mailing List For list archives http //lists.mysql.

Subject: jdbcCompliantTruncation

It is my understanding that ther is a setting somewhere called jdbcCompliantTruncation This setting can be set to True or False. I would like to know where this setting is so that I may change it.
Page 10 of 26 1   2   3   4   5   6   7   8   9   10   Next 10