Greetings!
When upgrading your SQL database to MySQL 8.0 on Azure, certain SQL modes set on the server parameters might cause issues. Follow these steps to resolve the problem:
- Go to your server parameters settings.
- Locate the
sql_mode
parameter. - Uncheck all the parameters under
sql_mode
. - Attempt the upgrade to MySQL 8.0 again.
These changes help to bypass the SQL modes that might be causing conflicts during the upgrade process. Once you have unchecked the parameters, the upgrade should proceed without issues.
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.
Regards
Geetha