mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-19 08:51:26 -07:00
Docs: add info how to cope with a protocol-related connection error using login_unix_socket argument (#420) (#430)
(cherry picked from commit f1d63e3fc8
)
Co-authored-by: Andrew Klychkov <aklychko@redhat.com>
This commit is contained in:
parent
8968f51533
commit
4aa166ec13
8 changed files with 24 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue