Mysql Windows Installation
Lesson 4Author : GOUP
Last Updated : September, 2020
Instructions
Download mySQL Community Server - https://dev.mysql.com/downloads/mysql/
- Be sure to go to the windows installer page
Run installer
Choose ‘Custom Installation’ and install the server and the shell
Create a root password
Go into start menu, open MySQL Shell and login
Create a database
CREATE DATABASE giraffe_db;
Done!