MySQL 8.0.17: Connector/Python released (no replies)
https://insidemysql.com/mysql-connector-python-8-0-17-has-been-released/
View ArticleMySQL Connector/Python C Extension Prepared Statement Support (no replies)
https://mysql.wisborg.dk/2019/07/24/connector-python-c-extension-prepared-statement-support/
View Article8.0.17 bug: unknown collation utf8mb4_0900_ai_ci (1 reply)
Hi, We are using Flask with SqlAlchemy, and mysql-connector-python is part of the dependency, we noticed the latest release rendered our service broken. We did not specify the db connector version (a...
View ArticleBug? InterfaceError: Failed getting warnings when executing a query with...
I am getting InterfaceError when I enable get_warnings and execute a query with multiple statements. I can't isolate the problem to an error in my own code so suspect a bug in the connector. Connector...
View Articlepython empty result set (1 reply)
I am trying to retrieve a result set from my database and no matter how I connect and execute the simple select statement, the results object always come back as None. I am showing the...
View Articlefetchmany bug? (1 reply)
Hello! I have a test table with 90 061 rows and I want to fetch rows in batches, so I want to use fetchmany: cursor = cnx.cursor() query = "select id from test_table" cursor.execute(query) for i in...
View Articlequiz results in MYSql (no replies)
Hi, We are working on a website and collecting quiz results. We are using Wordpress and ISpring Quizmaker. The results of the quiz are being pushed into the MYSql. We are trying to extract this is for...
View ArticleWhat is the 32 connection pooling limit for? (no replies)
Hi there I am a Python Developer who has various hobbies in coding and one of them is coding a python-based automoderator bot on the Discord platform However, due to its scale, I frequently run into...
View ArticleHow do I use a variable from a for loop in my sql query (no replies)
Hello there, I am making a python script that connects to my mysql database and selects the name corresponding to the first id from the table. It will then do an image search and download an image to...
View ArticlePlease upgrade dependency protobuf to 3.11 (no replies)
Hi, The latest Connector/Python released got dependency protobuf==3.6.1 which is released on Jul 28, 2018. My team is using protobuf==3.11.0 . It's fine. Is there a plan to upgrade dep protobuf to the...
View Articlemysql-connector-python 8.0.19 not compatible with Django 3.x (2 replies)
Django 3 removed six from django.utils. Latest version 8.0.19 is using it. You can simply fix it by replacing all the imports for six. I have created a repository with a compatibility-django-3 branch...
View ArticleMariaDB: MySQL Connector/Python update fails for some string lengths (no...
When updating a table entry, most strings work just fine but some don't. I assume it is related to the string length. For example, the strings "12345678" and "1234567890" work while the string...
View ArticlePython flask: mysql query cursor.execute(“SELECT * FROM tasksdb WHERE...
I have set up a SQL database in a Docker container and access it with a Flask program. In my test file, I want to return the item from the database depending on its id. However, even though the task...
View ArticleInstall pip command in Mint (no replies)
I have to install the Django package to my mint distribution. I want to accomplish this by using pip command but can not find the pip command. How can I install the pip command ? Thanks
View ArticleNoSQL Development in MySQL Using Python (no replies)
https://chandanmysqltricks.blogspot.com/2020/04/nosql-development-in-mysql-using-python.html
View Articlecheck file Existing with Python Script (no replies)
Are there any way to check the file existence in Python script.
View ArticleRestore stored procedures via Python script (no replies)
Hello: I want to restore a database from the sql script created by mysqldump.exe. Using mysql_connector, the cursor stops when it hits the section for the stored procedures. I read something about the...
View ArticleCheck Python Interpreter Version (no replies)
Are there any way to check the Python interpreter version without entering the Python shell or writing Python script?
View ArticleMySQL Connector/Python 8.0.20 has been released (no replies)
https://insidemysql.com/mysql-connector-python-8-0-20-has-been-released/
View Articlemysql-connector-python starting from 8.0.12 goes to infinite loop when...
I have CentOS 7.8, Python 3.6.8 and Django 2.2.12 installed via pip. When I install mysql-connector-python 8.0.6 or 8.0.5 (also via pip), everything works fine. But for versions 8.0.12, 14, and 19,...
View Article