본문 바로가기
공부/PHP + MYSQL

Oracle VM VirtualBox + CentOS 7 + LAMP 설치하기

by Ohming 2022. 5. 24.
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

1. vm ware 까는거랑 centos 7 설치까지는 여기 참고
https://hansoul.tistory.com/12

 

VirtualBox에 Linux CentOS 7 설치 (+외부 IP 설정까지)

- 사전준비 1. VitualBox 설치 https://www.virtualbox.org/wiki/Download_Old_Builds_5_2 2. CentOS 7 iso 파일 다운로드 ※ CentOS iso7 파일 다운로드 https://www.centos.org/download/ Download As you downl..

hansoul.tistory.com

하다보면 GNOME 데스크탑 설정이 나오는데 그건 안하고 최소 설치로 진행.
root 계정으로 들어갈거니까 사용자생성도 따로 안해줬다.

 

2. lamp 설치 전에 yum 락이 걸려있어서 해결한건 여기에서 해결책 1번 따라함.
https://bono915.tistory.com/entry/Linux-%EB%A6%AC%EB%88%85%EC%8A%A4-yum-%EC%98%A4%EB%A5%98-Another-app-is-currently-holding-the-yum-lock-waiting-for-it-to-exit

 

[Linux] 리눅스 yum 오류 Another app is currently holding the yum lock; waiting for it to exit...

리눅스(Linux)에서 yum을 실행하다 보면 아래 그림과 같은 오류가 날때가 있습니다. 방법은 간단합니다. 현재 사용중인 프로세스를 제거하거나 실행중인 yum을 제거하면 됩니다. 1) 해결책 1 : yum 프

bono915.tistory.com

2. 최소 설치를 했더니 이번에는 yum 은 잘 되지만 ifconfig랑 netstat이 안돼서 블로그 참고함.
https://blog.dalso.org/linux/14393

 

linux 'bash: netstat: command not found' 해결하기 - 달소씨의 하루

bash: netstat: command not found 리눅스 시스템에서 netstat 명령어를 입력했을때 ‘bash: netstat: command not found’ 와 같은 오류가 발생했을때 해결하는 방법입니다. 해결방법 ifconfig, netstat과 같은 네트워크

blog.dalso.org

3. lamp 설치는 여기 따라하는 중. 그런데 중간에 maria db 설치하길래 나는 mysql 설치할거라 또 다른거 참고.https://0netw0m1ra.tistory.com/57?category=949752

 

4. centos 7 에 mysql 설치
https://jjeongil.tistory.com/1278

 

CentOS 7 : MySQL 설치하는 방법, 예제, 명령어

CentOS 7의 릴리즈와 함께 세계에서 가장 널리 사용되는 오픈 소스 관계형 데이터베이스 관리 시스템인 MySQL은 더 이상 Cent OS 7에서 사용할 수 없습니다. MariaDB가 기본 데이터베이스 시스템이 되었

jjeongil.tistory.com

 

5. mysql 설치하다가 failing 떠서 처리
https://magnuxx.tistory.com/entry/Failing-package-is-mysql-community-libs-compat-5737-1el7x8664

 

Failing package is: mysql-community-libs-compat-5.7.37-1.el7.x86_64

🔥 문제점 yum -y install http://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm yum -y install mysql-community-server mysql 설치시 yum -y install mysql-community-server 설치중 아래와..

magnuxx.tistory.com

 

6. https://jjeongil.tistory.com/1278 이거 보고 mysql 보호 부분 하는데 비밀번호 가지고 문제 생겨서 또 한참 돌았다가 옴. 아래 따라하다가 mysql 벗어나서 나올때는 EXIT
https://cjh5414.github.io/mysql-password-does-not-satisfy/

 

Mysql password policy requirements 에러 | validation 제거하여 해결하기

Jihun's Development Blog

cjh5414.github.io

일단 mysql 설치는 끝....?

댓글