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 ArticleMYSQL - Python Connector - No Response (1 reply)
Hello, Situation I am trying to troubleshoot my issue between Python and MYSQL. I have found myself in a situation where I am temporarily forced to develop on a Windows 11 machine. I am not sure if...
View ArticleWhy I am unable to create connection with MySQL using python on Window 11 OS...
The program terminates automatically without throwing any error or output Server is also running on port 3306. Id and pass is also correct but still no output terminal just gets closed while...
View ArticleConnection failed to remote MySQL Server (1 reply)
Hello community, I have a Python code that enables connection to a remote MySQL Server using my-connector-python 9.2.0 library. The connection works well with localhost, but fails with remote server,...
View Article