Bug #2438 Runaway memory consumption
Submitted: 18 Jan 2004 16:42 Modified: 2 Feb 2004 9:34
Reporter: T.J. Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.1 OS:Linux (Mandrake Linux 9.2/WindowsXP)
Assigned to: Victor Vagin 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:

[20 Jan 2004 0:57] T.J.
One of three necessary scripts. This will create the table. Must already have a database called testing created for it to work.

Attachment: CreateTable.pl (text/x-perl), 3.60 KiB.

[20 Jan 2004 0:58] T.J.
One of three necessary scripts. This will create the big text file for the main script. Creates a text file that is ~ 26 mb.

Attachment: makebig.pl (text/x-perl), 925 bytes.

[20 Jan 2004 0:59] T.J.
One of three necessary scripts. This is the main script file.

Attachment: test.pl (text/x-perl), 2.62 KiB.