본문 바로가기

OS/Ubuntu

Ubuntu 18.04.3 LTS MySQL 설치

MySQL

 

ubuntu@ip-172-31-43-33:~/Dev$ sudo apt update
Hit:1 http://us-east-2.ec2.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://us-east-2.ec2.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:3 http://us-east-2.ec2.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease              
Reading package lists... Done                                                  
Building dependency tree       
Reading state information... Done
11 packages can be upgraded. Run 'apt list --upgradable' to see them.
ubuntu@ip-172-31-43-33:~/Dev$ sudo apt install mysql-server

 

MySQL 설정

 

ubuntu@ip-172-31-43-33:~/Dev$ sudo mysql_secure_installation