Outils pour utilisateurs

Outils du site


pgsql-create-db-user:postgresql_create_database_user

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
pgsql-create-db-user:postgresql_create_database_user [2019/05/27 08:52] ghussonpgsql-create-db-user:postgresql_create_database_user [2023/05/23 08:56] (Version actuelle) – [Autoriser les connections authentifiées en local pour posgresql] ghusson
Ligne 10: Ligne 10:
  
  
-cp -a /etc/postgresql/9.6/main/pg_hba.conf /etc/postgresql/9.6/main/pg_hba.conf_ +apt install postgresql 
-sed -i "s/local   all             all                                     peer/local   all             all                                     md5/g" /etc/postgresql/9.6/main/pg_hba.conf+cp -a /etc/postgresql/13/main/pg_hba.conf /etc/postgresql/13/main/pg_hba.conf_ 
 +sed -i "s/local   all             all                                     peer/local   all             all                                     md5/g" /etc/postgresql/11/main/pg_hba.conf
 service postgresql stop service postgresql stop
 service postgresql start service postgresql start
 +
  
 cd / cd /
Ligne 49: Ligne 51:
  
 ===== Cheat Sheets ===== ===== Cheat Sheets =====
-http://www.ixany.org/docs/PostgreSQL_commandes_mysql.html +  * http://www.ixany.org/docs/PostgreSQL_commandes_mysql.html 
-https://tomcam.github.io/postgres/+  https://tomcam.github.io/postgres/
pgsql-create-db-user/postgresql_create_database_user.1558947141.txt.gz · Dernière modification : 2019/05/27 08:52 de ghusson