Skip to content

Commit

Permalink
Fix Reconfigure config for MariaDB, PerconaXtraDB
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman committed Feb 18, 2025
1 parent c8e8288 commit efc7e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/guides/mariadb/concepts/opsrequest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ spec:
configuration:
applyConfig:
my-apply.cnf: |-
[mysqld]
max_connections = 300
read_buffer_size = 1234567
status:
Expand Down
1 change: 1 addition & 0 deletions docs/guides/percona-xtradb/concepts/opsrequest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ spec:
configuration:
applyConfig:
my-apply.cnf: |-
[mysqld]
max_connections = 300
read_buffer_size = 1234567
status:
Expand Down

0 comments on commit efc7e63

Please sign in to comment.