//=$secondUrl?>
PHP
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

let's select db myproject
USE myproject;
terminal

So let's finish this course and write the next one.
//=$langList['bottomThankyou'][$langMode]?>