<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                ThinkChat2.0新版上線,更智能更精彩,支持會話、畫圖、視頻、閱讀、搜索等,送10W Token,即刻開啟你的AI之旅 廣告
                ### [postgresql在windows(包括win7)下的安裝配置](http://deepfuture.iteye.com/blog/587477)** [Windows](http://www.iteye.com/blogs/tag/Windows)[PostgreSQL](http://www.iteye.com/blogs/tag/PostgreSQL)[配置管理](http://www.iteye.com/blogs/tag/%E9%85%8D%E7%BD%AE%E7%AE%A1%E7%90%86)[SQL Server](http://www.iteye.com/blogs/tag/SQL%20Server)[C](http://www.iteye.com/blogs/tag/C)? ? 聲明:本PostgreSQl實用指南系列為劉興(http://deepfuture.iteye.com/)原創,未經筆者授權,任何人和機構不能轉載 首先,以下是常用命令: ③ initdb 初始化 數據庫。? ④ pg_ctl start 啟動數據庫? ⑤ pg_ctl stop 停止數據庫? ⑥ post_svc -install 建立windows nt 服務(需要設置系統環境變量)? ⑦ post_svc -remove 刪除 windows nt 服務? ⑧ 使用"createdb 庫名" 新建數據庫? ⑨ 使用"createuser 用戶名"創建數據庫帳號? ⑩ 使用"psql -h localhost -d 庫名- U 用戶名"進入數據庫 接著來講解: 一、下載postgresql for windows [http://www.enterprisedb.com/products/pgbindownload.do](http://www.enterprisedb.com/products/pgbindownload.do) 免安裝的,直接解壓到硬盤的一個目錄下。筆者在d:\pgsql 二、設置環境變量,可以把以下內容寫成一個BAT set PGHOME=d:\pgsql set PATH=%PGHOME%\bin;%path%? set PGHOST=localhost? set PGLIB=%PGHOME%\lib? set PGDATA=%PGHOME%\data 筆者把它們寫成了inst.bat D:\pgsql>inst D:\pgsql>set PGHOME=d:\pgsql D:\pgsql>set PATH=d:\pgsql\bin;d:\pgsql\bin;d:\pgsql\bin;C:\Windows\system32;C:\ Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\ Program Files\Common Files\Thunder Network\KanKan\Codecs;C:\Program Files\Micros oft SQL Server\90\Tools\binn\;d:\MATLAB7\bin\win32; D:\pgsql>set PGHOST=localhost D:\pgsql>set PGLIB=d:\pgsql\lib D:\pgsql>set PGDATA=d:\pgsql\data 三、初始化數據庫 D:\pgsql>initdb --locale=C The files belonging to this database system will be owned by user "Administrator ". This user must also own the server process. The database cluster will be initialized with locale C. The default database encoding has accordingly been set to SQL_ASCII. The default text search configuration will be set to "english". fixing permissions on existing directory d:/pgsql/data ... ok creating subdirectories ... ok selecting default max_connections ... 100 selecting default shared_buffers ... 32MB creating configuration files ... ok creating template1 database in d:/pgsql/data/base/1 ... ok initializing pg_authid ... ok initializing dependencies ... ok creating system views ... ok loading system objects' descriptions ... ok creating conversions ... ok creating dictionaries ... ok setting privileges on built-in objects ... ok creating information schema ... ok vacuuming database template1 ... ok copying template1 to template0 ... ok copying template1 to postgres ... ok WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the -A option the next time you run initdb. Success. You can now start the database server using: ??? "postgres" -D "d:/pgsql/data" or ??? "pg_ctl" -D "d:/pgsql/data" -l logfile start 四、啟動 D:\pgsql>pg_ctl start 五、重新開一個MSDOS窗口 創建數據庫,以mydb為例 D:\pgsql>createdb -h 127.0.0.1 mydb 創建用戶 D:\pgsql>createuser -h 127.0.0.1 deepfuture Shall the new role be a superuser? (y/n) y D:\pgsql> D:\pgsql> 六、啟動圖形界面開始管理 啟動pgAdmin3.exe程序進行配置(在BIN目錄下) ![](https://box.kancloud.cn/2015-10-30_5632e1cbc6751.jpg) 成功 ? ![](https://box.kancloud.cn/2015-10-30_5632e1cbdc970.jpg "點擊查看原始大小圖片") ? ?
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看