Bug #99576 MySQLCursorPrepared.executemany() not using multiple-row INSERT syntax
Submitted: 14 May 2020 16:54 Modified: 22 Jul 2022 15:40
Reporter: Martin Humphries Email Updates:
Status: Not a Bug Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version:8.0.20 OS:Windows
Assigned to: CPU Architecture:Any
Tags: executemany, MySQLCursorPrepared, prepared statement

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:

[14 May 2020 16:56] Martin Humphries
Replicates the issue

Attachment: BugReport_MySQLCursorPrepared_Executemany.py (text/plain), 2.50 KiB.