At 0:48 h +0200 2004.07.20, Peter Paul Sint wrote:
>After installing mysql4.1 on Mac OS 10.2.8   
>mysql-standard-4.1.3-beta-apple-darwin6.8-powerpc
>php
>and phpMyAdmin 2.5.7-pl1
> (following the tutorial http://www.macservers.org/feature-2.html )
>
>Using
>http://localhost/phpMyAdmin/index.php
>  (or with my absolute URL instead localhost)
>I get:
>
>Welcome to phpMyAdmin 2.5.7-pl1 - Login
>Language: English (in popup)
>The configuration file now needs a secret passphrase (blowfish_secret).
>
>but no database or login field is shown.
> (I did not touch anything with blowfish)

I should have done so:
After rereading the comments  config.inc.php  more carefully I found that 
mysql4.1.3beta needs a blowfish passphrase if one uses at least one cookie auth-type.
My tutorial did not know about this (yet). The addition of blowfish seems to be new in 
4.1 or later (its a beta).

After inserting a blowfish passphrase in config.inc.php it works :-)

>Some uncertainties with installing php on 10.2:
>The installer Entropy-PHP-4.3.4-2.dmg has not enabled:
>
>AddModule mod_php4.c
>LoadModule php4_module        libexec/httpd/libphp4.so
>
actually I found that the installer from Marc Linyage
 <http://www.entropy.ch/software/macosx/php/>
created an additional config file
/usr/local/php/httpd.conf.php   //Additional PHP apache directives
  which contains just above AddModule, LoadModule commands.

Thanks to Wesley Furgiuele who wrote off list.

-- 
Peter Sint
[EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to