* Carl Hartung <[EMAIL PROTECTED]> [09-06-07 02:06]: > This inquiry concerns 'stock' mysql, php5, apache2, koffice/kexi and > phpMyAdmin packages for 10.2 > > mysql works fine in a shell > apache2 and php are serving fine at localhost > > -> phpMyAdmin and kexi can't establish a connection to mysql at localhost > > Outside access (intranet/Internet service) is disabled since this is just my > development box. > > If I'm reading the docs correctly, it seems a /config directory and setup.php > and maybe a few other files are missing?
on 10.1 but has been same afaict since 9.0. edit /srv/www/htdocs/phpMyAdmin/config.inc.php near line 71 and insert an authentication method (config, http or cookie). I use http: $cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)? note: line wrapped if file config.inc.php does not exist in location cited, copy /srv/www/htdocs/phpMyAdmin/libraries/config.default.php as config.inc.php to /srv/www/htdocs/phpMyAdmin/.. one watchout: if you have to copy from the library folder, look for "config.inc.php.rpmnew" and use it instead. if does not help, contact me pat at wahoo.wahoo.no-ip.org and we will discuss :^) gud luk, -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
