MySQL NDB Cluster with Connector/Python (no replies)
https://clustertesting.blogspot.com/2021/04/accessing-mysql-ndb-cluster-database.html
View ArticleMySQL Connector/Python 8.0.25 has been released (no replies)
https://insidemysql.com/mysql-connector-python-8-0-25/
View ArticlePython and MySql (3 replies)
Hello, Currently I have a database (MySql) with a table called monedas where I have the following fields, simbolo and decimales. Ae I am connecting to an API that generates a response of type...
View Articleinserting Large data into mysql using executemany() (1 reply)
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...
View ArticleIn centOS8, import MySQL connector in Python( import mysql.connector) issue...
I start to use Python3 to do some code recently. I google and found some post to guide me to install MySQL connector in Python to connect to MySQL. I login centOS8 as root , and below commands to...
View ArticleMYSQL.CONNECTOR ERROR (3 replies)
I am trying to connect mysql(8.0) and python(3.8) using mysql.connector but getting the error: mysql.connector.errors.ProgrammingError: 1045 (28000): Access denied for user 'root'@'localhost' (using...
View ArticleFrom where to download the MySQL MySQL Connector/Python 8.0.25 and error I...
Per post from Nawaz Nazeer Ahamed just few days ago: "To download MySQL Connector/Python 8.0.25, see the "General Availability (GA) Releases" tab at...
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 ArticleMySQL: A job queue in Python (no replies)
https://blog.koehntopp.info/2021/07/13/mysql-a-job-queue-in-python.html
View ArticleMySQL Connector/Python 8.0.26 is released (no replies)
MySQL Connector/Python 8.0.26 is released https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0.html
View ArticlePython connector requires reconnecting if an unbuffered cursor is not read...
When trying to close the cursor and reuse the connection, always getting error "Unread result found.". As far I have found, there is no way on earth to keep the connection -or even reuse it in a...
View ArticleMySQL Connector/Python conversion issue after 8.0.24 (2 replies)
Recently I have just upgraded MySQL Connector/Python to latest 8.0.26, but I found a bug for JSON column conversion issue produced after 8.0.24. My client platform is MacOS 11.5.2 with brew installed...
View ArticleStrange mysql connection timeout issues (no replies)
Hello. I have created MYSQL server on Ubuntu and been using it on my Raspberry PI for a while. I have noticed some strange things: 1. After about 1 hour of inactivity on the same mysql connection, my...
View ArticleMySQL: Python and WHERE ... IN () (no replies)
https://blog.koehntopp.info/2021/10/28/python-where-in.html
View ArticleMySQL with CTEs and Python (no replies)
https://blog.mclaughlinsoftware.com/2021/11/03/mysql-with-ctes/
View ArticleBUG: Missing method at Django introspection (2 replies)
Connector/Python version 8.0.27 and before. Class DatabaseIntrospection misses _parse_constraint_columns method. Just copying the same method from Django original introspection code seems to solve the...
View ArticleRunning python on wsl ubuntu while managing data with mysql workbench on...
Hello everyone I need to collect data out of a bunch of csv files (16 GB) and make with the usful data some new csv files. To achieve this I would like to acess the data with a python code in my...
View ArticleDebugging SQL in Python (no replies)
https://blog.koehntopp.info/2022/03/24/debugging-sql-in-python.html
View Articlecreate database and user via a python script ran as sudo (no replies)
Hello I am writing a python script which I runas sudo. The goal of the python script is to create a user and a database for this user. I get the following message. >>> mydb =...
View ArticleBad magic number (1 reply)
Hi, This is Karan from Ridhiman Alloys I installed a mysql database with the python connector but when I'm trying to test if the connector works with "import mysql.connector" I'm getting the following...
View Article