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

User, password, host, port? #8

Open
Piedone opened this issue Nov 2, 2022 · 4 comments
Open

User, password, host, port? #8

Piedone opened this issue Nov 2, 2022 · 4 comments

Comments

@Piedone
Copy link

Piedone commented Nov 2, 2022

First of all, thank you for this action.

When one wants to connect to the DB created by this action, what's the username, password, host, and port for it? I think this would be useful to include in the documentation. Same for setup-mariadb, setup-mysql, and the other actions.

@ankane
Copy link
Owner

ankane commented Nov 5, 2022

With most drivers, you should only need to provide the database.

  • username: $USER, which is runneradmin for GitHub-hosted runners
  • password: none
  • host: localhost or socket
  • port: 5432

@Piedone
Copy link
Author

Piedone commented Nov 6, 2022

Got it, thank you. I still think this would be useful to include in the docs.

@mloskot
Copy link

mloskot commented Feb 2, 2023

Make a PR!

@john-h-k
Copy link

john-h-k commented Mar 6, 2023

username: $USER, which is runneradmin for GitHub-hosted runners

For me it seems to be runner instead which caused issues getting this action to work

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

4 participants