Skip to main content
http://www.pymysql.org/ is an abandoned domain, changed link to github https://github.com/PyMySQL/PyMySQL
Source Link

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

mysqlclient is essentially just a fork of MySQLdb with Python 3 support merged in (and a few other improvements).

PyMySQLPyMySQL is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or MySQL libraries and header files to be installed on client machines. It has Python 3 support.

Another option is simply to use another database system like PostgreSQL.

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

mysqlclient is essentially just a fork of MySQLdb with Python 3 support merged in (and a few other improvements).

PyMySQL is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or MySQL libraries and header files to be installed on client machines. It has Python 3 support.

Another option is simply to use another database system like PostgreSQL.

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

mysqlclient is essentially just a fork of MySQLdb with Python 3 support merged in (and a few other improvements).

PyMySQL is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or MySQL libraries and header files to be installed on client machines. It has Python 3 support.

Another option is simply to use another database system like PostgreSQL.

added 108 characters in body
Source Link
Andrew Gorcester
  • 20k
  • 8
  • 63
  • 75

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

You can try usingmysqlclient is essentially just a fork of MySQLdb with Python 3 support merged in (and a few other improvements).

PyMySQL. It is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or MySQL libraries and header files to be installed on client machines. The latest version on pypi, 0.6.2,It has Python 3.4 support.

Another option is simply to use another database system like PostgreSQL.

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

You can try using PyMySQL. It is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or MySQL libraries and header files to be installed on client machines. The latest version on pypi, 0.6.2, has Python 3.4 support.

Another option is simply to use another database system like PostgreSQL.

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

mysqlclient is essentially just a fork of MySQLdb with Python 3 support merged in (and a few other improvements).

PyMySQL is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or MySQL libraries and header files to be installed on client machines. It has Python 3 support.

Another option is simply to use another database system like PostgreSQL.

linked to both the official website and pypi; explained a bit what's PostgreSQL (not Postgres)
Source Link
Cristian Ciupitu
  • 21k
  • 7
  • 56
  • 80

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

You can try using pymysqlPyMySQL. It is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or mysqlMySQL libraries and header files to be installed on client machines. The latest version on pypipypi, 0.6.2, has Python 3.4 support.

Another option is simply to use Postgresanother database system like PostgreSQL.

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

You can try using pymysql. It is a pure python MySQL driver, which means it is slower but it does not require a compiled C component or mysql libraries and header files to be installed on client machines. The latest version on pypi, 0.6.2, has Python 3.4 support.

Another option is simply to use Postgres.

MySQLdb does not support Python 3 but it is not the only MySQL driver for Python.

You can try using PyMySQL. It is a pure python MySQL driver, which means it is slower, but it does not require a compiled C component or MySQL libraries and header files to be installed on client machines. The latest version on pypi, 0.6.2, has Python 3.4 support.

Another option is simply to use another database system like PostgreSQL.

deleted 146 characters in body
Source Link
Andrew Gorcester
  • 20k
  • 8
  • 63
  • 75
Loading
Source Link
Andrew Gorcester
  • 20k
  • 8
  • 63
  • 75
Loading