[ic] MYsql?

LM lmorley@flexihost.com
Tue, 27 Mar 2001 00:02:41 -0800


The only "gotcha" I've found with Postgres and makecat is this -
when using PostgreSQL, make sure the user you're running
makecat as is in pg_shadow - one way to do this is to login as
the postgres user, and:

$ psql

postgres => CREATE USER whoever CREATEDB CREATEUSER;

or use the createuser command:

createuser -i userid -d -u whover

(or some variant thereof :) )

I've been pretty happy using Postgres with Interchange; no
problems to speak of.

- Larry

----- Original Message -----
From: "dingdong" <dingdong.sobida@q-linux.com>
To: <interchange-users@lists.akopia.com>
Sent: Monday, March 26, 2001 6:30 PM
Subject: Re: [ic] MYsql?


> jason
>
> just a question, i've tried using the "Construct" demo on my server,
> i never encounter a question on whether i'd be using a MySQL server
> or PostgreSQL which I use. How do i tell makecat to create the
> database for construct for, say a PostgreSQL server.
>
> TIA
>
> r,
>
> Yo
>
>
> Jason Kohles wrote:
>
> > On Fri, Mar 23, 2001 at 09:29:46AM -0700, George Loch wrote:
> > > How many folks have taken the construct demo and converted it to a
mysql DB
> > > instead of the flat file? What is the procedure other than by hand?
> > >
> > It should take nothing more than telling makecat to use mysql when you
create
> > the catalog, I've always installed it using mysql.
> >
> > --
> > Red Hat E-Business Solutions                    Jason Kohles
> > 11480 Sunset Hills Road                         Senior System Architect
> > Reston, VA 20190                                jkohles@redhat.com
> >
> > _______________________________________________
> > Interchange-users mailing list
> > Interchange-users@lists.akopia.com
> > http://lists.akopia.com/mailman/listinfo/interchange-users
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users