Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- react
- credential error
- AWS
- aws ec2
- netlify variables
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- 반응형 페이지 좌표 변환
- AWS CodePipeline
- S3
- can't getting credentials
- Error:error:0308010C:digital envelope routines::unsupported
- 설치완료안됨
- 어셈블리어
- CSS
- node
- C언어
- GeoJSON object too complex/large
- 이미지 맵
- AWS CodeBuild
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- expo
- EC2
- NODE_VERSION
- 이미지 좌표 추출
- 김골라
- Unable to find the global bin directory
- SASS
- nodejs
- ogr2ogr
- rwdImageMaps
Archives
- Today
- Total
ImFe's study
[Linux] MariaDB - CentOS6에서 설치 본문
설치하기전 MySQL을 완전히 삭제하여야한다.
rpm -qa|grep MariaDB
로 MariaDB가 설치되었는지 먼저 확인.
vi /etc/yum.repos.d/MariaDB.repo
레포를
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.2/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
이런식으로 변경. amd사용자가 아니라 intel cpu 사용자일경우, x86으로 변경해줘야함.
yum repolist
를 통해 저장소에 MariaDB가 생성되었는지 확인
yum install MariaDB-server
MariaDB 설치
rpm -qa|grep MariaDB
를 통해 설치되었는지 확인
잘 설치되었다면 위와 같이 출력된다.
service start mysql start
서비스 시작
'Linux' 카테고리의 다른 글
[Linux] APM이란 (0) | 2021.01.05 |
---|---|
[Linux] PHP 7.2 버전 - CentOS7에서 설치 (0) | 2021.01.05 |
[Linux] iftop(을)를 여는데 실패함: 그런 파일이나 디렉터리가 없습니다. 해결 (0) | 2021.01.04 |
[Linux] 'YumRepo Error: All mirror URLs are not using ftp, http[s] or file.' 해결 (0) | 2020.12.31 |
[Linux] MBR 형식으로 파티션 나누기 (0) | 2020.12.30 |
Comments