Hi,

On Wed, 8 Aug 2001, Ja wrote:
> I would like to have session management installed prior to compiling mid-php4. The 
>readme says to install you must run
> $ mysql -u midgard -p midgard < session.sql to create the table session in mysql.

The midgard user has no rights to create tables, so you would have to use:

$ mysql -u (yourrootuser) -p midgard < session.sql

you will be prompted for the password of 'yourrootuser'. Can you point me
to which readme you found this information in, so that I can correct it?

> I tried the command substituting -u midgard(my created user)-p(my password) and had 
>no success.
> 
> On another issue to install the mid-php4 as part of php4 but the instructions are a 
>little vague. What is the ext tree? After
> running ./buildconf do I have to configure php4 as if I were upgrading it with all 
>the various options.

I always install midgard-php as an extension to php4 myself and never
wondered about compiling into php4, so I'm afraid I can't help you.

wkr,

-- 
Envida                     http://www.envida.net/
Armand A. Verstappen       Graadt van Roggenweg 328
[EMAIL PROTECTED]       3531 AH Utrecht
tel: +31 (0)30 298 2255    Postbus 19127
fax: +31 (0)30 298 2111    3501 DC Utrecht


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to