Skip to content

Commit bb99cf5

Browse files
authored
Add mysqlclient library reference in doc (#57)
1 parent 2dcbd78 commit bb99cf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/doc_fragments/mysql.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,7 @@ class ModuleDocFragment(object):
9191
and later uses the unix_socket authentication plugin by default that
9292
without using I(login_unix_socket=/var/run/mysqld/mysqld.sock) (the default path)
9393
causes the error ``Host '127.0.0.1' is not allowed to connect to this MariaDB server``.
94+
- Alternatively, you can use the mysqlclient library instead of MySQL-python (MySQLdb)
95+
which supports both Python 2.X and Python >=3.5.
96+
See U(https://pypi.org/project/mysqlclient/) how to install it.
9497
'''

0 commit comments

Comments
 (0)