MySQL Setting Up MySQL

Download MySQL:

Download MySQL Installer from official site https://dev.mysql.com/downloads/installer/ and execute it.

Image description

Install MySQL:

  • Choose the appropriate Setup Type for your system.

    Typically you should choose Developer Default to install MySQL server and other MySQL tools related to MySQL development, helpful tools like MySQL Workbench.

    Choose the Custom setup type instead to manually select your desired MySQL products.

  • Complete the installation process by following the instructions.

    This installa several MySQL products and starts the MySQL server.

    MySQL is now installed.

    If you configured MySQL as a service, then Windows automatically starts MySQL server every time you restart your system.


    This technique additionally installs the MySQL Installer utility to your system, and later you may use MySQL Installer to improve or reconfigure your MySQL products.