Jochen Lillich wrote:
> > which will utilize the efficient database handling as long as you
> > minimize the number of unique username/password combinations.
>
> Which brings back an old problem of mine: How should I set up additional
> databases that I need to use apart from the Midgard db?
>
> So far (after an advice of Carilda Thomas), I used a PostgreSQL
> database for my special data to make sure my PHPlib queries wouldn't
> interfere with the MySQL connections of Midgard.
>
> Of course, using just another MySQL database over PHPlib would be much
> more straightforward. Is that adviseable if I make sure it is accessed
> over the same username/password combination as the MidgardDatabase?
There is no problem in accessing other MySQL databases using the
normal PHP functions. I would not in general disclose the passwords
that Midgard uses unless you have one user/pass per customer, which
negates the multidb efficiency. You could always create additional
database credentials to the same database and pass these to the user.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]