[ic] MYsql?

Chen Naor chen@lilux.co.il
Wed, 28 Mar 2001 09:51:50 +0200


Did you restarts interchange?
You have to restart interchange to allow the server to build all of the
tables in the catalog.
Do: /etc/rc.d/init.d/interchange restart (for RH)

Chen

----- Original Message -----
From: "dingdong" <dingdong.sobida@q-linux.com>
To: <interchange-users@lists.akopia.com>
Sent: Wednesday, March 28, 2001 8:40 AM
Subject: Re: [ic] MYsql?


> Larry,
>
> thanks I finally got to make a catalog using Postgres with makecat.
> but I'm having a problem with the current setting. when I access the
> URL:
>
>     http://[myserver]/construct
>
> i get to the initial page, but that's all i can access. when i click the
> "Enter as Customer" or the "Admin Interface" i get an error:
>
>         Undefined catalog: /cgi-bin/construct
>
> i looked into the /etc/interchange.cfg but eh catalog was correctly
> added (by makecat) to the config file. does anyone have an idea
>
>
> Yo
>
> LM wrote:
>
> > 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
>
>
> _______________________________________________
> Interchange-users mailing list
> Interchange-users@lists.akopia.com
> http://lists.akopia.com/mailman/listinfo/interchange-users