How do I update MySQL 5.7 to the new MySQL 8.0?
You can find answer in mysql doc. It has full details about how to upgrade. Make sure to back up data before upgrading. There are tons of ways to upgrade in the docs. The way i choose is to use APT Repository. You should do the following things: First, add the MySQL APT repository to … Read more