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
On Wed, 2006-11-22 at 10:53 -0500, Wolfe, Robert wrote:
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. You might also want to take a look at pgsql-novice :)
Sincerely,
Joshua D. Drake
--
=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
"Wolfe, Robert" <robert@net261.com> writes:
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?
Sure, my development machine is setup this way so that I can write
code to migrate away from MySQL.
Jason