MySQL Forums
Forum List  »  Connector/Python

Re: MYSQL - Python Connector - No Response
Posted by: Rasheed Mosan
Date: December 02, 2025 01:58PM

Check if autocommit is enabled or commit() is called after executing SQL statements. On Windows, mysql-connector may require explicit commit for changes to take effect. Add mydb.commit() after execute.

Options: ReplyQuote


Subject
Written By
Posted
Re: MYSQL - Python Connector - No Response
December 02, 2025 01:58PM


Sorry, only registered users may post in this forum.

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.