Skip to content

Instantly share code, notes, and snippets.

View hudacse6's full-sized avatar
🏠
Working from home

Hadisur Rahman hudacse6

🏠
Working from home
View GitHub Profile
// login to mysql
// then enter db_password
mysql -u db_user -p
// create database
CREATE DATABASE db_name;
// drop database
DROP DATABASE db_name;