Use this tag for questions about the MySQL-Python database connector library (MySQLdb).
When I'm in my virtual environment, I attempt to run: pip install MySQL-python This didn't work, so I tried downloading …
python ubuntu virtualenv pip mysql-pythonI have a Python program which runs on background for weeks, and does database queries every once in a while. …
python mysql orm mysql-python peeweeI want to read some numeric (double, i.e. float64) data from a MySQL table. The size of the data …
python mysql numpy pandas mysql-pythonIt was working like a charm before the update from Mountain Lion. After the update it is broken and I …
python django macos osx-mavericks mysql-pythonI'm on OSX El Capitan, using Python 2.7 (Anaconda). Launching the command pip install MySQL-python yields: Collecting MySQL-python Using cached MySQL-python-1.2.5.…
python mysql pip mysql-python osx-elcapitanI'm connecting mysql on my Kivy application. import mysql.connector con = mysql.connector.Connect(host='XXX', port=XXX, user='XXX', …
python mysql mysql-python kivyI installed Python 2.7.15rci and Python 3.6.7 on Ubuntu. When i did 'pip list' on virtualenv it returns me: Django (2.1.5) pip (9.0.1) …
mysql django python-3.x pip mysql-pythonI'm trying to use a variable for a table name. I get the error "... near ''myTable'' at line 1 I must …
python mysql-pythonI am working with MySQL 5.0 from python using the MySQLdb module. Consider a simple function to load and return the …
mysql mysql-pythonI have a database hosted on Google Cloud SQL, and a python script to query it. I am trying to …
python mysql mysql-python google-cloud-sql