-
Notifications
You must be signed in to change notification settings - Fork 2
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
Database Optimizations #1435
Comments
As of MySQL version 5.7.8, zero values for DATE, DATETIME, and TIMESTAMP data types are no longer supported. The NO_ZERO_IN_DATE and NO_ZERO_DATE modes are included in sql_mode by default. Use these modes with strict mode, as they will be merged with strict mode in a future release. If you don’t include these modes in your sql_mode setting, you can insert DATE, DATETIME, and TIMESTAMP values that contain zeros. We recommend replacing zero values with valid values, as they might not function correctly in the future.
Some users are using authentication methods that may be deprecated or removed, please review the details below. |
No description provided.
The text was updated successfully, but these errors were encountered: