PostgreSQL
Hans Karlsen (talk | contribs) No edit summary |
m ((username removed) (log details removed)) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
PostgreSQL | PostgreSQL | ||
# Install, remember pwd, | |||
# C:\Program Files\PostgreSQL\16\pgAdmin 4\runtime>pgAdmin4.exe | |||
* | #* Register server, localhost:5432 | ||
* | #* Create Database, First | ||
# Run C:\Program Files\PostgreSQL\16\pg_env.bat | |||
# C:\Program Files\PostgreSQL\16\bin>psql.exe dbname=First (case sensitive) | |||
* | #* Just make sure it works... | ||
# Connectionstring takes this form: | |||
## Server=localhost;Port=5432;User Id=postgres;Password=<yourpwd>;Database=First;Include Error Detail=True | |||
Install an [[MDrivenServer Summarized|MDrivenServer]] or start MDrivenServerCore, and set Connection Type, and connection string: | Install an [[MDrivenServer Summarized|MDrivenServer]] or start MDrivenServerCore, and set Connection Type, and connection string: | ||
[[File:MDrPostgreSQL.png|none|thumb|566x566px]] | [[File:MDrPostgreSQL.png|none|thumb|566x566px]] | ||
{{Edited|July|12|2024}} | |||
[[Category:MDriven Server]] |
Latest revision as of 06:38, 29 April 2024
PostgreSQL
- Install, remember pwd,
- C:\Program Files\PostgreSQL\16\pgAdmin 4\runtime>pgAdmin4.exe
- Register server, localhost:5432
- Create Database, First
- Run C:\Program Files\PostgreSQL\16\pg_env.bat
- C:\Program Files\PostgreSQL\16\bin>psql.exe dbname=First (case sensitive)
- Just make sure it works...
- Connectionstring takes this form:
- Server=localhost;Port=5432;User Id=postgres;Password=<yourpwd>;Database=First;Include Error Detail=True
Install an MDrivenServer or start MDrivenServerCore, and set Connection Type, and connection string:
This page was edited more than 8 months ago on 04/29/2024. What links here