Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defining the default charset and collation settings for a consumer #54

Open
nicksantamaria opened this issue Nov 23, 2022 · 0 comments
Open

Comments

@nicksantamaria
Copy link

Some applications have issues with certain charsets and collation settings. It would be great if the MariaDBConsumer CRD supported overriding this on a per-database level.

This might look like a mariadbconsumer having the following parameters

apiVersion: mariadb.amazee.io/v1
kind: MariaDBConsumer
spec:
  consumer:
    ...
    charset: utf8mb4
    collation: utf8mb4_unicode_ci

might result in the database being created like so -

CREATE DATABASE db_name CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant