You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You either need a working MySQL / MariaDB installation or at least the libmysqlclient-dev package (Ubuntu; name might be different on other platforms) on your machine.
Installation
Add the mysqlclient Python module to your setup or virtual environment, resp.:
pip install mysqlclient
Usage
The syntax is straight-forward, the connection URL should be self-explanatory: