QUIZGUM

Coding Class

Quizgum : Project 1-1 : Create DB

Create Database

First, let's create the necessary database for signing up and logging in.
Create a database name of myProject.
I think everyone knows the statement.

CREATE DATABASE myproject;

terminal

php image

let's select db myproject

USE myproject;

terminal

php image

So let's finish this course and write the next one.