Home > Enterprise >  Why new version of MySQL installation file shows the old version prompt?
Why new version of MySQL installation file shows the old version prompt?

Time:07-22

The current installed MySQL version on my server (ubuntu 18.04) is 5.7, I need to update it to 8th version .. I'm following enter image description here

See? it's still mysql-5.7. Why?

The expected result (based on the instruction) should be mysql-8.0.

CodePudding user response:

Well it says "currently selected: mysql-5.7", but what happens when you actually select that item? As this is the Package configuration step it may well be that this is actually what's going to do the actual configuration replacement, so replacing 5.7 with the more recent install

  • Related