agileware-jp / redmine_issue_templates

Redmine Issue Template. Pull requests, reporting issues, stars and sponsoring are always welcome!
https://www.redmine.org/plugins/redmine_issue_templates
GNU General Public License v2.0
65 stars 28 forks source link

CircleCI "test" job failed with MySQL connection error #40

Closed sanak closed 1 year ago

sanak commented 1 year ago

Summary

I am trying CircleCI (free plan) setup on my forked repository, but CircleCI "test" job failed with MySQL connection error.

Description

The error message was as follows.

2022-11-08 23:02:56+00:00 [ERROR] [Entrypoint]: MYSQL_USER="root", MYSQL_USER and MYSQL_PASSWORD are for configuring a regular user and cannot be used for the root user
    Remove MYSQL_USER="root" and use one of the following to control the root user password:
    - MYSQL_ROOT_PASSWORD
    - MYSQL_ALLOW_EMPTY_PASSWORD
    - MYSQL_RANDOM_ROOT_PASSWORD

Exited with code 1

Environment

Visual Proof / Screenshot

None

Expected Results

CircleCI "test" job should be passed.

Actual Results

CircleCI "test" job failed.

Workaround

None

github-actions[bot] commented 1 year ago

Thank you for contributing to Redmine Issue Templates plugin!' first issue

zh commented 1 year ago

Merged