You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Result:
The text was updated successfully, but these errors were encountered:
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
Steps to Reproduce
git checkout master
$ make up
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:
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.
Result:
The text was updated successfully, but these errors were encountered: