How do I update MySQL 5.7 to the new MySQL 8.0?
问题 How do I update to MySQL 8.0 from the default version (5.7)? It's important for me for it to make an update and not re-install MySQL so all my data won't be corrupt. There is not a lot of info regarding this issue since it was only released not long ago with tons of awesome new features! This is what I have found that seems like it will only update and not destroy my data. I'm not going to proceed until I'm sure. 回答1: You can find answer in mysql doc. It has full details about how to upgrade.