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

   Á¶È¸ 13447   Ãßõ 0    

https://www.ehostidc.co.kr/hosting/domestic.php (390)
https://www.ehostidc.co.kr/colocation/colocation.php (482)



 

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 1/26
2013-10   87804   ÁÒ¯
2014-12   21483   ¿¥ºê¸®¿À
2017-09   41485   ÇãÀα¸¸¶Æ¾
2019-05   10253   eugeneshin
2020-07   8386   ocarina
2020-10   8092   wwwdjw
2021-06   6529   È­Á¤Å¥»ï
2021-11   5737   ¹ÚÇö¹®
2022-01   10192   ocarina
2022-05   10889   ¼ÛÁÖȯ
2022-09   15567   µö·¯´×¼­¹ö
2023-02   22660   µö·¯´×¼­¹ö
2023-06   56834   Á¤¹«Çö
05-18   1311   »ßµ¹À̽½ÇÄÀÌ
2013-04   68814   ¿¥ºê¸®¿À
2013-10   88015   ÁÒ¯
2014-02   12777   ±è¿µÀÛ
2014-10   12497   ±èȲÁß
2014-12   21221   ÁÒ¯
2015-09   34449   ÁÒ¯