Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 6357 invoked from network); 14 Jul 2004 09:30:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jul 2004 09:30:13 -0000 Received: (qmail 47948 invoked by uid 500); 14 Jul 2004 09:29:47 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 47896 invoked by uid 500); 14 Jul 2004 09:29:46 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 47883 invoked by uid 99); 14 Jul 2004 09:29:46 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [217.72.192.225] (HELO smtp07.web.de) (217.72.192.225) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 14 Jul 2004 02:29:43 -0700 Received: from [80.136.120.164] (helo=[192.168.1.35]) by smtp07.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #44) id 1Bkg58-0000w4-00 for tomcat-user@jakarta.apache.org; Wed, 14 Jul 2004 11:29:42 +0200 Message-ID: <40F4FD13.1080400@web.de> Date: Wed, 14 Jul 2004 11:29:55 +0200 From: =?UTF-8?B?QW5kcsOpIFdlaWRlbWFubg==?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Retrieveing Unicode stuff from MySQL 4.1.x ? References: In-Reply-To: X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: Andre.Weidemann@web.de X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Ivan Jouikov wrote: > I tried to use table with CHARACTER SET UTF8, but it didn't change anything :( > > Any other suggestions? I'm using a line like the one below to connect to the MySQL DB and it is working quite well here: DBUrl="jdbc:mysql://"+server+":"+databaseport+"/"+database+"?user="+login+"&password="+password+"&useUnicode=true&characterEncoding=UTF-8"; You may want to specify "characterSetResults" as well. http://dev.mysql.com/doc/connector/j/en/index.html André. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org