MySQL
MySQL
Here we will show you step by step how to install MySQL on the Windows platform using the
MySQL Installer.
7. Click on Next. With this, you will install MySQL server, MySQL Workbench,
and MySQL shell.
8. Open MySQL Servers, select the server you want to install, and move it to
the Products/Features to be installed window section. Now, expand Applications,
choose MySQL Workbench and MySQL shell. Move both of them to
‘Products/Features to be installed’.
9. Click on the Next button. Now, click on the Execute button to download and
install the MySQL server, MySQL Workbench, and the MySQL shell.
10. Once the product is ready to configure, click on Next. Under Type and
Networking, go with the default settings and select Next.
Once MySQL Workbench is installed, select the Local instance and enter the
password.
Now, you can use the MySQL query tab to write your SQL queries.
Verify MySQL Installation
Open the MySQL Command Line Client from cmd.
You should see a mysql> prompt. If you have set any password, write your
password here.
Now, you are connected to the MySQL server, and you can execute all the SQL
command at mysql> prompt as follows:
For example: Check the already created databases with show databases command: