We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcbd78 commit bb99cf5Copy full SHA for bb99cf5
plugins/doc_fragments/mysql.py
@@ -91,4 +91,7 @@ class ModuleDocFragment(object):
91
and later uses the unix_socket authentication plugin by default that
92
without using I(login_unix_socket=/var/run/mysqld/mysqld.sock) (the default path)
93
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.
97
'''
0 commit comments