Docs: add info how to cope with a protocol-related connection error using login_unix_socket argument

This commit is contained in:
Andrew Klychkov 2022-08-10 10:44:00 +02:00
commit a74bc89856
8 changed files with 24 additions and 0 deletions

View file

@ -58,9 +58,12 @@ extends_documentation_fragment:
'''
EXAMPLES = r'''
# If you encounter the "Please explicitly state intended protocol" error,
# use the login_unix_socket argument
- name: Check for sync_binlog setting
community.mysql.mysql_variables:
variable: sync_binlog
login_unix_socket: /run/mysqld/mysqld.sock
- name: Set read_only variable to 1 persistently
community.mysql.mysql_variables: