Add mysqlclient library reference in doc

This commit is contained in:
imjoseangel 2020-11-05 21:00:38 +01:00
parent b2bde48020
commit 50881156f4
No known key found for this signature in database
GPG key ID: 8181714B6EEC76A7

View file

@ -91,4 +91,7 @@ notes:
and later uses the unix_socket authentication plugin by default that
without using I(login_unix_socket=/var/run/mysqld/mysqld.sock) (the default path)
causes the error ``Host '127.0.0.1' is not allowed to connect to this MariaDB server``.
- Alternatively, you can use the mysqlclient library instead of MySQL-python (MySQLdb)
which supports both Python 2.X and Python >=3.5.
See U(https://pypi.org/project/mysqlclient/) how to install it.
'''