zoukankan      html  css  js  c++  java
  • Postgresql9.6基础使用(Windows 解压版)

    下载压缩包:

    Postgresql9.6:https://get.enterprisedb.com/postgresql/postgresql-9.6.2-1-windows-x64-binaries.zip

    初始化数据库:

    1、新建文件夹

    mkdir {自定义目录}data

    2、初始化数据库文件

    {Postgresql解压目录}ininitdb.exe -D {自定义目录}data -E UTF8

    启动、暂停、重启数据库:

    {Postgresql解压目录}inpg_ctl.exe -D {自定义目录}data -l logfile startstop
    estart

    创建用户和用户密码:

    {Postgresql解压目录}increateuser.exe -U 用户名 -P '密码'
  • 相关阅读:
    腾讯安全上海游戏部门笔试题
    2017
    2016
    2015
    2014
    2013
    2012
    2011
    2010
    2009
  • 原文地址:https://www.cnblogs.com/harmful-chan/p/12541395.html
Copyright © 2011-2022 走看看