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

mysql database: Manage "character set" and "collation" #64

Open
stephan242 opened this issue Mar 1, 2022 · 1 comment
Open

mysql database: Manage "character set" and "collation" #64

stephan242 opened this issue Mar 1, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@stephan242
Copy link

stephan242 commented Mar 1, 2022

What problem are you facing?

When creating a mysql database, I'm missing a feature to specify the CHARACTER SET and the COLLATION of the database (See https://dev.mysql.com/doc/refman/8.0/en/create-database.html).

When I create a DB right now with this provider on Aurora 5.7, it is using these by default, and they are pretty much unusable to me (and probably to most):

mysql> SELECT @@character_set_database, @@collation_database;
+--------------------------+----------------------+
| @@character_set_database | @@collation_database |
+--------------------------+----------------------+
| latin1                   | latin1_swedish_ci    |
+--------------------------+----------------------+
1 row in set (0.00 sec)

How could Crossplane help solve your problem?

Could you augment the provider to manage these 2 database options?

@stephan242 stephan242 added the enhancement New feature or request label Mar 1, 2022
@adrianmeca
Copy link

+1

@Duologic Duologic added the help wanted Extra attention is needed label Jun 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants