SQL - Database Programming Language
This course covers the basics of working with SQL. Work your way through the videos/articles and I'll teach you everything you need to know to interact with database management systems and create powerful relational databases!

Mysql Windows Installation

Lesson 4
Author : 🦒
Last Updated : December, 2017


Instructions

  1. Download mySQL Community Server - https://dev.mysql.com/downloads/mysql/

    • Be sure to go to the windows installer page
  2. Run installer

  3. Choose ‘Custom Installation’ and install the server and the shell

  4. Create a root password

  5. Go into start menu, open MySQL Shell and login

  6. Create a database

    CopyCREATE DATABASE giraffe_db;

  7. Done!