Bug #20023 mysql_change_user() resets the value of SQL_BIG_SELECTS
Submitted: 23 May 2006 16:04 Modified: 23 Oct 2007 19:32
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:5.1 OS:Any (*)
Assigned to: Alexander Nozdrin CPU Architecture:Any
Tags: mysql_change_user

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:

[23 May 2006 16:07] Shane Bester
mysqli php testcase.

Attachment: changeuser.php (application/octet-stream, text), 671 bytes.

[23 May 2006 16:07] Shane Bester
C testcase

Attachment: csc9641.c (text/x-csrc), 1.82 KiB.