0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PostgreSQLのSQL実行環境【PostgreSQL】

Posted at

説明

1. 仮想マシン プラットフォームの有効化(Docker利用のため)

  • スタート > Windowsの機能 > 仮想マシン プラットフォームに チェック
  • PC再起動

2. Docker Desktop インストール

3. Docker に PostgreSQL コンテナ追加

  • コマンド プロンプト > 以下のコマンドを実行
  • docker run --name my_postgres -e POSTGRES_PASSWORD=1234 -d -p 5432:5432 postgres

4. A5 のインストール

5. A5 に データベースの追加

  • A5M2.exeと同じフォルダ内にPortableフォルダを作成
  • A5M2.exeでA5を起動
  • ワークスペースの起動と管理画面でワークスペース情報の保存先が設定ファイル (ポータブルモード)になっていることを確認する
  • データベース > データベースの追加を削除 > 追加 > PostgreSQL (直接接続)
    DB種類:PostgreSQL
    サーバー名:localhost
    ポート番号:5432
    ユーザーID:postgres
    パスワード:1234
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?