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

Disable unsupported mysql modes before update the mysql database #2

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

SandakovMM
Copy link
Collaborator

There are list of modes that was deprecated:

  • ONLY_FULL_GROUP_BY,
  • STRICT_TRANS_TABLES,
  • NO_ZERO_IN_DATE,
  • NO_ZERO_DATE,
  • ERROR_FOR_DIVISION_BY_ZERO,
  • NO_AUTO_CREATE_USER,
  • NO_ENGINE_SUBSTITUTION,

And they was completly removed in MySQL 8.
So we have to remove them when moveing from MySQL 5.3 to MySQL 8.

There are list of modes that was deprecated:
- ONLY_FULL_GROUP_BY,
- STRICT_TRANS_TABLES,
- NO_ZERO_IN_DATE,
- NO_ZERO_DATE,
- ERROR_FOR_DIVISION_BY_ZERO,
- NO_AUTO_CREATE_USER,
- NO_ENGINE_SUBSTITUTION,

And they was completly removed in MySQL 8.
So we have to remove them when moveing from MySQL 5.3 to MySQL 8.
@SandakovMM SandakovMM merged commit eb4a56b into master Oct 27, 2023
@SandakovMM SandakovMM deleted the fix-distupgrade-with-mysql branch October 27, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant