본문 바로가기

Database/Installation3

Centos 7에 Postgresql 10 설치하기 Postgresql 10을 Centos 7에 설치하는 방법에 대한 정리이다. Centos7의 RPM Repository에 Postgresql 10에 대한 Repository를 추가 해야 합니다. su - rpm -Uvh https://yum.postgresql.org/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm Postgresql 서버와 Client 관련 라이브러리를 설치합니다. yum install -y postgresql10-server postgresql10 설치는 순식간에 끝이 나고, 이제 Postgresql DB를 초기화 하는 작업을 수행 하여야 합니다. /usr/pgsql-10/bin/postgresql-10-setup initdb 해당 명령.. 2018. 1. 18.
CentOS7 MySQL 5.6 설치 방법 CentOS 7에 MySQL 을 설치하는 방법을 정리한다. CentOS 7부터 Repository에서 제공되는 기본 데이터베이스가 MariaDB로 변경 되었다. 그래서 MySQL을 설치를 위해서는 RPM을 사용하여야 한다. [운영체제 버전] CentOS Linux Release 7.2.1511 [설치 명령어]# yum -y install http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm # yum -y install mysql-community-server --> 설치 과정에서 에러 발생한다. Error: Package: akonadi-mysql-1.9.2-4.el7.x86_64 (@anaconda) Requires: mariadb-se.. 2018. 1. 16.
SQL Server 2012 Express 설치 (on Windows Server 2008 R2) SQL Server 2012를 설치 하여야 하는데, 현재의 운영체제(Windows 10)에서는 설치가 되지 않는다. 그래서 VirutalBox로 적당히 Windows Server 2008을 설치하여 SQL Server 2012를 설치하고자 한다. SQL Server 2012를 설치하기 위한 사용은 아래와 같다.지원되는 운영 체제Windows 7, Windows Server 2008 R2, Windows Server 2008 Service Pack 2, Windows Vista Service Pack 232비트 시스템Intel 또는 호환 가능한 1GHz 이상의 프로세서(2GHz 이상 권장)가 장착된 컴퓨터64비트 시스템:1.4GHz 이상의 프로세서최소 512MB RAM(2GB 이상 권장)2.2GB의 여유 .. 2018. 1. 15.