↧
Poll: Anyone using c-extension? (no replies)
Hey devs Can I ask if you would reply to this thread and let me know if you are. using the c-extension and, if so, why? Thanks!
View Article[BUG] v8.2.0 breaking with ssh tunnel (no replies)
Hi, Trying to run 8.2.0 of the mysql python connector with the sshtunnel package to connect to a remote server. The code is very simple and I used a new environment with bare minimum packages. It...
View Articlemysql.connect kernel has died (no replies)
Dear all, I am trying to connect to my database using Python commands such as: conn= mysql.connector.connect(host='127.0.0.1', user='root', password='my_real_password', database='database_name')...
View Articlehelp needed (1 reply)
A very noob question maybe sorry Why am I getting a `mysql.connector.errors.InterfaceError: 2013, 'Lost connection to MySQL server during query' when executing large transactions?
View Article