Önce zip halinde indirmek üzere aşağıdaki bu adrese gidilir:
Zipimiz açılır ve aşağıdaki şekilde klasör yapısına getirilir:
Data klasöründe veri dosyalarını, Log da ise çorba tariflerini tutacağımızdan bu iki klasörü oluşturduk ve zipin içinden çıkanları yapıştırdık
POSTGRESQL_ROOT
klasörümüze.İlk başlatmak için:
C:\POSTGRESQL_ROOT\bin>initdb -U postgress -A password -E utf8 -W -D c:\POSTGRESQL_ROOT\datayazıp entırladığımızda bize şifre soracağı ana kadar veritabanı ayarlarını yaparak ilerler
The files belonging to this database system will be owned by user "cem". This user must also own the server process. The database cluster will be initialized with locale "Turkish_Turkey.1254". The default text search configuration will be set to "turkish". Data page checksums are disabled. fixing permissions on existing directory c:/POSTGRESQL_ROOT/data ... ok creating subdirectories ... ok selecting default max_connections ... 100 selecting default shared_buffers ... 128MB creating configuration files ... ok creating template1 database in c:/POSTGRESQL_ROOT/data/base/1 ... ok initializing pg_authid ... ok Enter new superuser password: Enter it again:Sonrasında yine işleme devam ederek:
setting password ... ok initializing dependencies ... ok creating system views ... ok loading system objects' descriptions ... ok creating collations ... not supported on this platform creating conversions ... ok creating dictionaries ... ok setting privileges on built-in objects ... ok creating information schema ... ok loading PL/pgSQL server-side language ... ok vacuuming database template1 ... ok copying template1 to template0 ... ok copying template1 to postgres ... ok syncing data to disk ... ok Success. You can now start the database server using: "postgres" -D "c:\POSTGRESQL_ROOT\data" or "pg_ctl" -D "c:\POSTGRESQL_ROOT\data" -l logfile startilk başlatma işini tamamlar.Bana düşen artık
C:\POSTGRESQL_ROOT\bin>"postgres" -D "c:\POSTGRESQL_ROOT\data"
komutuyla PostgreSQL sunucumu başlatmak:Ve artık sunucumuz çalıştığına göre PostgreSQL Admin ile bağlanalım: