CLASS web

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

php image

let's select db myproject

USE myproject;

terminal

php image

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





ALL COMMENTS 0

Sort by

PinkCoding

PinkCoding

X

PinkCoding

Web Scratch Pad

X

loading

            
            
        

Back to the course