Skip to content

Is there a list of used ports? #25550

Answered by Yanjingzhu
goloroden asked this question in Actions
Discussion options

You must be logged in to vote

Thank you for your workfkow yml and logs. 3306 port is the default port which used by MySQL. MySQL is installed on Github actions Ubuntu runner.

https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#ubuntu-1804-lts  

So before set-up a MySQL which host port is 3306 in Docker, please make sure the Default MySQL has been shutted-down.

Please add a step before Run roboter to shutdown the Default MySQL:

    - name: Shutdown Ubuntu MySQL (SUDO)
      run: sudo service mysql stop # Shutdown the Default MySQL, "sudo" is necessary, please not remove it

For more information, please refer to https://github.com/mirromutth/mysql-a…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants