Bug #13856 Junk contents of third argument to mysql_options trips up mysql_real_connect.
Submitted: 7 Oct 2005 19:44 Modified: 16 Nov 2005 11:12
Reporter: Andrew Stone Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S5 (Performance)
Version:3.23.58 OS:Linux (Linux)
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:

[16 Oct 2005 11:08] Valeriy Kravchuk
Simplified test case

Attachment: 13856.c (text/x-csrc), 593 bytes.