#mysql5.7.27 버전 다운로드 wget --no-check-certificate https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.27-1.el7.x86_64.rpm-bundle.tar tar xvf mysql-5.7.27-1.el7.x86_64.rpm-bundle.tar yum localinstall mysql-community-server* mysql-community-client* mysql 시작 systemctl start mysqld mysql 중지 systemctl stop mysqld mysql 버전 [root@smartcity-iot-dev-db ~]# mysql -V mysql Ver 14.14 Distrib 5.7.27, for Linux (x86_64) using EditLine wrapper mysql 설치 후 초기 패스워드 확인하는 방법 /var/log/mysqld.log 파일 안에 아래내용 확인 가능 2019-08-13T07:27:58.496413Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 2019-08-13T07:27:58.496839Z 1 [Note] A temporary password is generated for root@localhost: !jC<7NDa:aaY mysql 접속후에 root 패스워드를 아래 명령어로 초기화 시켜야 합니다. ALTER user 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'xxxxx'; mysql 환경정보 서버아이피: 52.79.230.51 포트: 3306 접속계정: root 접속패스워드: 중랑구A!23