Skip to content

Instantly share code, notes, and snippets.

Avatar

Eahiya Khan Devxhub git-e-001

View GitHub Profile
@git-e-001
git-e-001 / MySQL.md
Created May 23, 2021 06:23 — forked from eliyas5044/MySQL.md
MySQL Commands for Laravel
View MySQL.md

MySQL CLI

To login into mysql, enter db_password

mysql -u db_user -p

Create database

CREATE DATABASE db_name;