-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Description
When running the $ make up command, I experienced a recurring connection issue with MySQL. The command failed, resulting in a panic due to a "bad connection" error. This issue appears to disrupt the standard workflow for setting up the environment.
Environment
- Operating System: MacOS Sonoma (14.3.1)
- MySQL Version: 8.3
- Repository Branch: Master
Steps to Reproduce
- Clone the repository
- Switch to the affected branch
git checkout master - Run
$ make up - Observe the MySQL connection error in the logs
Expected Behavior
The $ make up command should execute without any connection issues, initializing the environment successfully.
Actual Behavior
The command results in the following MySQL errors:
[mysql] 2022/02/04 19:18:05 packets.go:37: unexpected EOF
[mysql] 2022/02/04 19:18:05 packets.go:37: unexpected EOF
[mysql] 2022/02/04 19:18:05 packets.go:37: unexpected EOF
panic: driver: bad connection
Impact
This issue prevents contributors from being able to set up their development environment seamlessly, potentially affecting all new contributors who are trying to get started.
Proposed Solution
I have created a Pull Request (102) that addresses this issue. The PR includes a fix that resolves the connection error, ensuring a smooth setup experience. I would appreciate it if the maintainers could review the changes and consider merging them to improve the setup process.
