MySQL Forums
Forum List  »  Connector/Python

inserting Large data into mysql using executemany()
Posted by: Murtala Mohammed
Date: May 29, 2021 03:13AM

I am trying to insert 10 million rows into mysql databse using executemany().
but i get this error:
2055: Lost connection to MySQL server at '127.0.0.1:3306', system error: 10053 An established connection was aborted by the software in your host machine.

I tested the connection it was working fine.

I will appreciate your kind assistance


Regards
Murtala

Options: ReplyQuote


Subject
Written By
Posted
inserting Large data into mysql using executemany()
May 29, 2021 03:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.