Hi all, I am facing an issue with my Django project where I need MySQL version 8.0 or later. Currently, I have MySQL version 5.7.44, and I get the following error: django.db.utils.NotSupportedError: MySQL 8 or later is required (found 5.7.44).
Can someone guide me on how to upgrade MySQL to version 8.0+? I need to do this urgently, so any help would be greatly appreciated!
Thank you!