We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To Reproduce Steps to reproduce the behavior:
when work the cargo run --bin delicate-scheduler.
it reports that:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
the .env file and mysql configs is that DATABASE_URL=mysql://test111:123456@10.1.1.1:3306/db_name
DATABASE_URL=mysql://test111:123456@10.1.1.1:3306/db_name
The text was updated successfully, but these errors were encountered:
I set the config item CUSTOMIZE_TIME_ZONE="'+8:00'" in the .env properties and solve this problem.
Sorry, something went wrong.
No branches or pull requests
To Reproduce
Steps to reproduce the behavior:
when work the cargo run --bin delicate-scheduler.
it reports that:
the .env file and mysql configs is that
DATABASE_URL=mysql://test111:123456@10.1.1.1:3306/db_name
The text was updated successfully, but these errors were encountered: