Top "Mysql-python" questions

Use this tag for questions about the MySQL-Python database connector library (MySQLdb).

EnvironmentError: mysql_config not found

EnvironmentError: mysql_config not found, while installing MySQL-python Could someone advice me on what to do? I did the following …

mysql mysql-python libmysql
Install mysql-python return error in CentOs

I want to run a django project on CentOs. I tried to install mysql-python by easy_install and pip but …

python mysql django mysql-python
How to create a mysql connection pool or any better way to initialize the multiple databases?

In my code I am opening two mysql connections and using HTTP requests to insert data into database g.db = …

python flask mysql-python mysql-connector
How to execute an SQL query with Python script in MySQL Workbench

I want to execute SQL queries from the Python script environment in MySQL Workbench. I looked at the MySQL Workbench …

python mysql mysql-python mysql-workbench database-administration
Installing MySQLdb on Mac OS X

I've spent several hours trying to install MySQLdb (the Python library) on Mac OS X Snow Leopard. I'm using these …

python mysql macos mysql-python
Python MySQLdb returns datetime.date and decimal

I have a MySQL query like: SELECT mydate, countryCode, qtySold from sales order mydate, countryCode This returns tuples of tuples …

python mysql-python
python mysqldb multiple cursors for one connection

When you have one connection object, can you make multiple cursors to that one single connection and execute queries with …

python python-2.7 mysql-python
Cannot Import Python MySQL module when running a script using crontab

I am using crontab to run a python script that requires the module MySQLdb. When I run this script from …

python shell cron mysql-python
questions about pandas.to_sql

I have a question about how to save a dataframe to my local mysql. import MySQLdb import pandas as pd …

pandas mysql-python
python setup.py egg_info mysqlclient

Trying to install mysqlclient using pip3 on Python 3.6.0 $ pip3 install mysqlclient Collecting mysqlclient Using cached mysqlclient-1.3.10.tar.gz Complete output …

python macos python-3.x mysql-python macos-sierra