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

Bug: mysql component change password error #364

Closed
luhaoling opened this issue Jan 3, 2024 · 3 comments
Closed

Bug: mysql component change password error #364

luhaoling opened this issue Jan 3, 2024 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@luhaoling
Copy link
Contributor

What happened?

I try to deployment chat project. After I change the mysql password in config/config.yaml and start the mysql container, I found the chat project have a error that the mysql connected failed.
The implementation steps are as follows:
1、Change the config.yaml
config yaml
2、Start a New container
mysql
3、Execute commands as follows

make build
make start
make check
4、The error
mysqlErr

What did you expect to happen?

solve the problem

How can we reproduce it (as minimally and precisely as possible)?

none

Anything else we need to know?

No response

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

@luhaoling luhaoling added the kind/bug Categorizes issue or PR as related to a bug. label Jan 3, 2024
@luhaoling
Copy link
Contributor Author

To address this issue, which is caused by initializing the mapping directory, you need to clean up the component's data to solve this problem. Please execute these commands.

It's been activated once.

docker compose down
rm -rf components/

Restarting mysql components

docker compose up -d
make build
make start

@kubbot
Copy link
Contributor

kubbot commented Mar 3, 2024

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@kubbot kubbot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 3, 2024
@kubbot
Copy link
Contributor

kubbot commented Mar 11, 2024

This issue was closed because it has been stalled for 7 days with no activity.

@kubbot kubbot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

2 participants