Linux/Ubuntu/PostgreSQL luckey!!!! - memo random

Linux/Ubuntu

PostgreSQL

PostgreSQL(ぽすとぐれすきゅーえる: 発音例)はオープンソースのオブジェクト関係データベース管理システム (ORDBMS) である。
その名称は Ingres の後継を意味する「Post-Ingres」に由来している。
「Postgres」や「ポスグレ」と呼ばれることも多い。
※wikipedia引用

install

  • コマンド
    1. sudo apt-get install -y postgresql-9.3

初期設定

  • コマンド
    1. sudo passwd postgres
    2. // パスワード設定 ex)postgres0000
    3. su - postgres
    4. psql -c "alter user postgres with password 'postgres0000'"

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2017-08-13 (日) 22:43:51 (2440d)