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
- aws ec2
- 이미지 좌표 추출
- 김골라
- 이미지 맵
- S3
- 어셈블리어
- ogr2ogr
- Error:error:0308010C:digital envelope routines::unsupported
- SASS
- AWS
- AWS CodePipeline
- Unable to find the global bin directory
- NODE_VERSION
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- GeoJSON object too complex/large
- EC2
- credential error
- 설치완료안됨
- 반응형 페이지 좌표 변환
- nodejs
- expo
- AWS CodeBuild
- C언어
- can't getting credentials
- node
- netlify variables
- rwdImageMaps
- react
- CSS
Archives
- Today
- Total
목록centos6#mariadb#mysql (1)
ImFe's study

설치하기전 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 Mar..
Linux
2021. 1. 4. 15:47