This commit is contained in:
robertsilen 2024-05-31 04:26:46 +03:00
parent 1fcb5ccd06
commit e5cfb2b326
6 changed files with 6 additions and 6 deletions

View file

@ -188,7 +188,7 @@ requirements:
- mysql (command line binary) - mysql (command line binary)
- mysqldump (command line binary) - mysqldump (command line binary)
notes: notes:
- Compatible with MariaDB or MySQL - Compatible with MariaDB or MySQL.
- Requires the mysql and mysqldump binaries on the remote host. - Requires the mysql and mysqldump binaries on the remote host.
- This module is B(not idempotent) when I(state) is C(import), - This module is B(not idempotent) when I(state) is C(import),
and will import the dump file each time if run more than once. and will import the dump file each time if run more than once.

View file

@ -46,7 +46,7 @@ options:
default: false default: false
notes: notes:
- Compatible with MariaDB or MySQL - Compatible with MariaDB or MySQL.
- Calculating the size of a database might be slow, depending on the number and size of tables in it. - Calculating the size of a database might be slow, depending on the number and size of tables in it.
To avoid this, use I(exclude_fields=db_size). To avoid this, use I(exclude_fields=db_size).

View file

@ -57,7 +57,7 @@ attributes:
seealso: seealso:
- module: community.mysql.mysql_db - module: community.mysql.mysql_db
notes: notes:
- Compatible with MariaDB or MySQL - Compatible with MariaDB or MySQL.
author: author:
- Andrew Klychkov (@Andersson007) - Andrew Klychkov (@Andersson007)
extends_documentation_fragment: extends_documentation_fragment:

View file

@ -191,7 +191,7 @@ options:
version_added: '0.1.0' version_added: '0.1.0'
notes: notes:
- Compatible with MariaDB or MySQL - Compatible with MariaDB or MySQL.
- If an empty value for the parameter of string type is needed, use an empty string. - If an empty value for the parameter of string type is needed, use an empty string.
attributes: attributes:

View file

@ -188,7 +188,7 @@ options:
version_added: '3.9.0' version_added: '3.9.0'
notes: notes:
- Compatible with MySQL or MariaDB - Compatible with MySQL or MariaDB.
- "MySQL server installs with default I(login_user) of C(root) and no password. - "MySQL server installs with default I(login_user) of C(root) and no password.
To secure this user as part of an idempotent playbook, you must create at least two tasks: To secure this user as part of an idempotent playbook, you must create at least two tasks:
1) change the root user's password, without providing any I(login_user)/I(login_password) details, 1) change the root user's password, without providing any I(login_user)/I(login_password) details,

View file

@ -55,7 +55,7 @@ seealso:
link: https://dev.mysql.com/doc/refman/8.0/en/set-statement.html link: https://dev.mysql.com/doc/refman/8.0/en/set-statement.html
notes: notes:
- Compatible with MariaDB or MySQL - Compatible with MariaDB or MySQL.
extends_documentation_fragment: extends_documentation_fragment:
- community.mysql.mysql - community.mysql.mysql