ALOHA CLASS
/
CI/CD
/
AWS
/
Ubuntu에서 MySQL 설치하기
Search
Share
Ubuntu에서 MySQL 설치하기
Ubuntu에서 MySQL 설치하기
apt-get update
sudo
apt-get
update
Bash
복사
mysql-server 설치
sudo
apt-get
install
mysql-server
Bash
복사
접속
mysql
-u
admin
-p
--host
호스트주소
Bash
복사