Windows system configuration MySql database

  1. Double-click mysql-installer-community-8.0.19.0.msi to start the MySQL installer.
  2. If the pop-up box prompts the following warning message, it proves that your computer needs to install additional .NET Framework dependency packages. At this point, exit the MySQL installer first, then double-click NDP452-KB2901907-x86-x64-AllOS-ENU.exe to start the .NET Framework 4.5.2 installer.
    insert image description here
  3. Restart the MySQL installation program and see the following interface:
    insert image description here
  4. Enter the following interface:
    insert image description here
  5. Installing dependencies:
    insert image description here
    insert image description hereinsert image description here
    insert image description here
    insert image description here
    insert image description here
    insert image description here
  6. Complete the installation of dependencies:
    insert image description here
    At this point, the following warning window will pop up, just click Yes:
    insert image description here
  7. Go to the MySQL installation page:
    insert image description here
    insert image description here
  8. Complete the installation of MySQL function items:
    insert image description here
  9. Configure MySQL:
    insert image description here
  10. Select the operating mode of the MySQL database:
    insert image description here
  11. Set network mode:
    insert image description here
  12. Configure the identity authentication method:
    insert image description here
  13. Set MySQL's default root user password to admin123
    insert image description here
  14. Configure MySQL as a Windows service:
    insert image description here
  15. Save the changes you just made to the MySQL configuration:
    insert image description here
    insert image description here
    insert image description here
  16. Continue to complete the subsequent configuration process:
    insert image description here
    insert image description here
  17. The last configuration item:
    insert image description here
    Test whether you can connect to the MySQL database just installed:
    insert image description here
  18. Save the configuration just now:
    insert image description here
    insert image description here
    insert image description here
    insert image description here
  19. Complete the installation and configuration of MySQL:
    insert image description here

Guess you like

Origin blog.csdn.net/qq_46584697/article/details/131198166