Re: PGSQL Newbie

Started by Nonameover 19 years ago2 messagesgeneral
Jump to latest
#1Noname
Matthias.Pitzl@izb.de

Hi Robert!

Sure, why not? Both databases run on different directories, ports, sockets
and so on.

Greetings,
Matthias

Show quoted text

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Wolfe, Robert
Sent: Wednesday, November 22, 2006 4:53 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] PGSQL Newbie

Good morning all! I'm a newbie to PGSQL here so thought I
would ask my
first question since I joined this list this morning...

Is it possible to run Postgresql and MySQL together on the
same machine?

--
Robert Wolfe, Linux and Network Admin
net261.com | http://www.net261.com:85
robert@net261.com

---------------------------(end of
broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

#2Richard Broersma Jr
rabroersma@yahoo.com
In reply to: Noname (#1)

Good morning all! I'm a newbie to PGSQL here so thought I would ask my
first question since I joined this list this morning...

Is it possible to run Postgresql and MySQL together on the same machine?

Yes, it is even possible to mulitple clusters of postgresql running at the same time. Just
remember that you have to configure each to only use its share of your hardware resources so that
they play nice together (i.e. you don't start swapping to disk).

Regards,

Richard Broersma Jr.