본문 바로가기

코딩 학습/Aws

[aws] sqlite3 및 mysql 설치

sqlite3 설치

sudo apt-get install sqlite3

mysql 설치

sudo apt-get install mysql-server