#mysql repo download
$ wget https://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm
# repo 설치
$ sudo rpm -ivh mysql57-community-release-el7-11.noarch.rpm
# mysql 설치
$ sudo yum install mysql-server
# mysql 서버 시작
$ sudo systemctl start mysqld
'DB > MYSQL' 카테고리의 다른 글
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. (0) | 2021.03.03 |
---|---|
mysql backup (0) | 2021.03.03 |
Foreign key constraint is incorrectly formed 에러 (0) | 2019.11.11 |
CHARACTER COLLATE 변경 (0) | 2019.11.06 |
1267 오류 (0) | 2019.10.27 |