Bug #33925 Create .frm file with size greater than 64KB
Submitted: 18 Jan 2008 16:28 Modified: 20 Aug 2009 18:31
Reporter: Tim McCutcheon Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S2 (Serious)
Version:4.1-BK, 5.0, 5.1, azalea OS:Linux
Assigned to: Paul DuBois 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:

[18 Jan 2008 16:29] Tim McCutcheon
CREAT TABLE statement

Attachment: GetColumns.txt (text/plain), 58.76 KiB.

[19 Jan 2008 15:48] Tim McCutcheon
TABLE CREATE with fewer columns

Attachment: GetColumnsSmall.txt (text/plain), 49.21 KiB.