Considerations for upgrading MySQL on the Windows platform

  • 2020-05-06 11:50:25
  • OfStack

Back up old data  
Stop the old server  
Delete the mysql service from the windows system service with the following command:
C:\ >   C:\mysql\bin\mysqld   --remove install mysql as an executable installation file, or extract a directly executable binary package to install  
Re-register for the mysql service with the following command:
C:\ >   C:\mysql\bin\mysqld   --install     restart server  
Other problems can be seen in the various upgrades mentioned above

Related articles: