Use this tag for questions about the MySQL-Python database connector library (MySQLdb).
I am making a Python project where I have to seek and retreive data from a database. I tried making …
python python-3.x mysql-pythonI'm struggling to install the mysql-python pip either systemwide or in a venv on Ubuntu 14.04 with MariaDB 10 installed. Also tried …
pip virtualenv mysql-python mariadbOkay I recently upgraded from Ubuntu 10.04 to 12.04 Only to be faced by a lot of problems. I am a newbie …
django mysql-python setuptoolsIm creating a python program that connects to mysql. i need to check if a table contains the number 1 to …
python mysql mysql-pythonAfter I installed Mariadb 10 the Mysql workbench and JPDB client both connect and work fine so next step was get …
python mysql sqlalchemy mysql-python mariadbI get the following error when I try to install MySQL-python-1.2.3 under Python 2.6 in Fedora 14. Fedora 14 comes with Python 2.7 by …
python mysql-python mysqlI have this code: cursor = conn.cursor() cursor.execute(("insert into new_files (videos_id, filename, " "is_processing) values (%s,%…
python mysql-pythonGood day. Hope your all are well. Can someone help me with fix this? I'm new to the MySQL environment. …
python mysql cryptography mysql-pythonI am getting many warnings of the same kind -- Warning: Truncated incorrect DOUBLE value: '512121500B' -- but cannot …
python mysql-pythonI'm trying to set up a MySQL connection pool and have my worker processes access the already established pool instead …
python connection-pooling mysql-python