Skip to content

Instantly share code, notes, and snippets.

View gusdn3477's full-sized avatar
😄
Be Happy!

박현우 gusdn3477

😄
Be Happy!
View GitHub Profile
@livelikeabel
livelikeabel / Node.js 로 db다루기, application 만들기.md
Last active December 16, 2023 04:24
Node.js 로 db다루기, application 만들기

Node.js 로 db다루기, application 만들기

MySQL

Mysql 접속 : mysql -uroot -p

db만들기 : create database something;