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

non-docker mysql setup #24

Open
arterialplan opened this issue Sep 15, 2021 · 0 comments
Open

non-docker mysql setup #24

arterialplan opened this issue Sep 15, 2021 · 0 comments

Comments

@arterialplan
Copy link

This is for dw-v7 branch
This issue involves the file roles/setup/mysql/tasks/main.yml

The following tasks need to have the become: true option added (the .my.cnf file is only set up for root)

  • Ensure anonymous users are not in the database
  • Remove the test database
  • Create mysql databases
  • Setup MySQL users

The following tasks need to have the login_unix_socket: "{{ db_local_socket }}" option added

  • Remove the test database
  • Create mysql databases

The task "Update mysql root password for all other root accounts" still uses stroom_db_root_password, I believe this should be set to db_root_password

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