Use this tag for questions about the MySQL-Python database connector library (MySQLdb).
I'm attempting to install MySQL-python on a machine running CentOS 5.5 and python 2.7. This machine isn't running a mysql server, the …
centos mysql-pythonI created a small/basic python script to insert data into a MySQL database. I included some error handling - …
python error-handling innodb mysql-pythonI'm trying to install MySQLdb extension, but I get this error any idea what may be the cause? Could be …
python django mysql-pythonSuppose, I have a modifying statement: cursor = conn.cursor() # some code affected_rows1 = cursor.execute(update_statement1, params1) # some code …
python mysql mysql-pythonI'm trying to install MySQLdb with Python 2.7. The error I'm getting looks like this: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG …
python linux mysql-pythonI need to install mysql-python under python2.6. mysql-python package needs python2.6-devel package that depends on the libpython2.6.so.1.0(64bit) …
x86-64 python-2.6 centos5 mysql-pythonI am not a python user and though I have used MySQL, I'm not an expert. Also, I'm mainly a …
python python-3.x mysql-python pymysqlI have a MSQL db and I need to iterate through a table and perform an action once a WHERE …
python mysql mysql-pythonI have seen this question asked in various ways on this website, but none of them exactly addressed my issue. …
python mysql mysql-pythonI'm using MySQLdb and Python. I have some basic queries such as this: c=db.cursor() c.execute("SELECT id, …
python numpy mysql-python etl