الوسم: قاعدة بيانات

  • استضافة خدمات سوبابيس (SupaBase) الخاصة بك على AWS

    استضافة خدمات سوبابيس (SupaBase) الخاصة بك على AWS

    السلام عليكم, درس فيديوي حول كيفية استضافة خدمات سوبابيس الخاصة بك على خدمات امازون للويب AWS.

  • Allow remote connection to PostgreSQL

    Hello, you can connect remotely to PostgreSQL either from remote cmd of from pgAdmin by making two simple steps: 1- As a super user, open /etc/postgresql/10/main/pg_hba.conf 2- Scroll down to the line that describes local socket connections. It may look like this: and add the following: 3- In the same directory, open postgresql.conf. Under the section on Connection Settings, add […]