CentOS 7 PostgreSQL ¼³Ä¡ ¹× »ç¿ë¹ý

   Á¶È¸ 13674   Ãßõ 0    

https://www.ehostidc.co.kr/hosting/domestic.php (412)
https://www.ehostidc.co.kr/colocation/colocation.php (500)



 

1) PostgreSQL 설치

[root@master ~]# yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat- 

[root@master ~]# yum install postgresql11-server postgresql11-contrib


2) postsql 실행

[root@master ~]# /usr/pgsql-11/bin/postgresql-11-setup initdb

[root@master ~]# systemctl start postgresql-11

[root@master ~]# systemctl enable postgresql-11


3) postgresql /196;컬 1217;속

[root@master ~]# su R11; postgres  *PostgreSql 설치시 1088;ᇼ1; 생성.104;lj16; 계1221;

-bash-4.2$ psql

postgres=# \q  *PostgreSql 1217;속 1333;료


4) databases 확1064; 0143; 신규 데1060;터베1060;스 생성

postgres=# \l

postgres=# create database [DB Name];


5) table  생성

postgres=# CREATE TABLE [데1060;터베1060;스명]( title varchar(256) NOT NULL, contents varchar NOT NULL, date date NOT NULL, name varchar(20) NOT NULL );

postgres=# \dt


6) 사용1088; 계1221; 생성

postgres=# select * from pg_user; 

postgres=# CREATE USER [사용1088;명] PASSWORD '[비0128;번호]';

postgres=# select * from pg_user; 


7) 사용1088; 계1221; 권한 추가

postgres=# alter role [사용1088;명] [추가 권한];

postgres=# \du  *사용1088;명 0143; 권한 확1064;



 

https://www.aiocp.co.kr/ ( 딥러닝,머신러닝 서버 판매 ,컨설팅) https://bigbangcloud.co.kr/ ( GPU 클라우드 서비스) ::: AI 서버의 모든것 ::: 인공지능의 시작~ (주)이호스트ICT


Á¦¸ñPage 17/26
2020-07   7037   »ßµ¹À̽½ÇÄÀÌ
2020-12   9849   È­Á¤Å¥»ï
2021-04   11168   µö·¯´×¼­¹ö
2021-07   8548   ¹Ú¹®Çü
2021-12   10717   µö·¯´×¼­¹ö
2022-03   11829   µö·¯´×¼­¹ö
2022-06   27864   µö·¯´×¼­¹ö
2022-11   36293   µö·¯´×¼­¹ö
2023-03   39058   µö·¯´×¼­¹ö
2011-08   12176   ÀüÁ÷P¿¬±¸¿ø
2014-06   30150   ȲÁø¿ì
2018-08   16601   ±èÇö¸°
2019-03   9013   »ïÀ°°ø¾ßµå
2019-07   15093   ½ºÄµl¹ÎÇö±â
2020-04   17270   ½ºÄµl¹ÎÇö±â
2020-07   10697   ȲÁø¿ì
2020-12   13426   ¾Æ¸¶µ¥¿ì¾²
2021-04   13675   µö·¯´×¼­¹ö
2021-08   16592   ½ºÄµl¹ÎÇö±â
2022-01   6700   °£Àå°ÔÀå