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

Document MySQL setup #13

Open
bemoty opened this issue Sep 21, 2020 · 0 comments
Open

Document MySQL setup #13

bemoty opened this issue Sep 21, 2020 · 0 comments
Assignees
Labels
backend This issue is related to the REST API or backend server structure enhancement New feature or request medium-priority This issue has medium priority

Comments

@bemoty
Copy link
Member

bemoty commented Sep 21, 2020

We need a template for our MySQL DB setup (tables, configuration, etc.)

--> we use the OLD auth mode for our sokka db user! nodejs 'mysql' dependency does not support MySQL 8 / devX SHA2 auth method.

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'pw';

also, please create an extra user for sokka with only one db! (no root user!)

@bemoty bemoty added enhancement New feature or request medium-priority This issue has medium priority backend This issue is related to the REST API or backend server structure labels Sep 21, 2020
@bemoty bemoty self-assigned this Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This issue is related to the REST API or backend server structure enhancement New feature or request medium-priority This issue has medium priority
Projects
None yet
Development

No branches or pull requests

1 participant