Install MySQL in Windows

Install MySQL in Windows

Install MySQL in Windows

1: Download the MySQL community.

Website: https://dev.mysql.com/downloads/installer/

Install MySQL in Windows 1

2: Install the MySQL community.

3: Select the Custom option.

Install MySQL in Windows 2

4: Select the Products.

Install MySQL in Windows 3

5: Execute the process.

Install MySQL in Windows 4

6: Execute the installation process.

Install MySQL in Windows 5

7: Off the XAMP server if you installed.

8: Next, Next, Next, and Next the Process.

9: Make a new password.

Install MySQL in Windows 6

10: Next, and Next the process.

11: Execute the configuration files.

12: Finish the MySQL Installation.

13: MySQL Workbench and MySQL Shell will automatically be launched.

14: Open the MySQL server.

Install MySQL in Windows 7

15: Open the Command Prompt.

16: Go to the installed MySQL folder.

17: Open the MySQL folder, open the MySQL Server, and then open the bin folder, and then copy the path.

Example: C:\Program Files\MySQL\MySQL Server8.0\bin

Install MySQL in Windows 8

18: Open your server in the Command Prompt.

Command: mysql -u root -p

19: Give your MySQL server password.

Install MySQL in Windows 9

20: Check the MySQL default Databases in the Command Prompt.

Command: show databases;

Install MySQL in Windows 10

21: Create a new database.

Command: create database walikhankakar

22: To execute.

Command: ;

Install MySQL in Windows 11

23: Open the walikhankakar database.

Command: use walikhankakar

MySQL

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top