Bug #36780 incorrect utf8 behavior with mysql 5.1.22 and jdbc driver 5.1.5
Submitted: 17 May 2008 21:25 Modified: 20 Jul 2009 9:52
Reporter: Chris Kiernan Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / J Severity:S2 (Serious)
Version:5.1.5 OS:Any
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[17 May 2008 21:26] Chris Kiernan
test / profiler output

Attachment: unicode-test.log (application/octet-stream, text), 16.52 KiB.

[17 May 2008 21:26] Chris Kiernan
server query log output

Attachment: unicode-db.log (application/octet-stream, text), 2.86 KiB.

[17 May 2008 21:28] Chris Kiernan
java test file.  You'll probably have to mod this to get your connection

Attachment: UnicodeTest.java (text/plain), 2.86 KiB.

[18 May 2008 2:52] Chris Kiernan
beanshell script to show character bytes

Attachment: unicode_test.bsh (application/octet-stream, text), 401 bytes.

[18 May 2008 2:52] Chris Kiernan
perl script which inserts characters correctly

Attachment: test.pl (text/plain), 647 bytes.