filmov
tv
Установка PostgreSQL на MacOS
Показать описание
#tutorial #hoto #macos #postgresql
По просьбам моих подписчиков, расширенная версия установки Postgres на MacOS
====================================================
Экспорты для zshrc:
=======================================================
создание локального пользователя:
createuser -P -s postgres
====================================================
команды для создания базы данных и пользователя:
postgres=# create database mydb;
postgres=# create user myuser with encrypted password 'mypass';
postgres=# grant all privileges on database mydb to myuser;
взято с сайта:
По просьбам моих подписчиков, расширенная версия установки Postgres на MacOS
====================================================
Экспорты для zshrc:
=======================================================
создание локального пользователя:
createuser -P -s postgres
====================================================
команды для создания базы данных и пользователя:
postgres=# create database mydb;
postgres=# create user myuser with encrypted password 'mypass';
postgres=# grant all privileges on database mydb to myuser;
взято с сайта:
Установка и настройка PostgreSQL в macOS.
Установка PostgreSQL на MacOS
Установка Postgresql 15 на macOS Monterey
How to Install PostgreSQL on Mac | Install PostgreSQL on macOS (2024)
Install PostgreSQL and pgAdmin on Mac
How to Install PostgreSql in Mac M1/M2 | Configure and Install 2023
Начальный курс SQL. Установка для Mac
Set up a local PostgreSQL Database on macOS
Instalar PostgreSQL en MacOs, rápido y fácil
Лаба 1. База данных PostgreSQL: установка на macOS и создание таблиц...
Installation of PostgreSQL on MacOS
How to Install PostgreSQL Mac OS Tutorial Guide
Урок 1. Установка PostgreSQL с помощью Docker compose.
¡Agiliza tu instalación de PostgreSQL 15.6 en macOS con Homebrew! Solucionando errores comunes
How to install PostgreSQL on Mac OS
How to install PostgreSQL on Mac OS | Install and Uninstall PostgreSQL Database
How to Install and Configure PostgreSQL Server on macOS Mac OS X
How to Install Postgres on MacOS
Installing postgreSQL Relational Database and pgAdmin 4 in Mac OS
01_Установка PostgreSQL 12 на Windows 10/7/8.
Homebrew | Как установить и начать пользоваться?
Install Postgres on Mac with Homebrew
PostgreSQL: How To Download Postgres For MAC OS | Course | 2019
How to install Postgres on macOS | How to setup PostgreSQL on MacOS
Комментарии