Re: [opensuse] Just installed phpPgAdmin and can't login ...
- From: Patrick Shanahan <paka@xxxxxxxxxxxx>
- Date: Tue, 30 Sep 2008 11:51:28 -0400
* Duaine & Laura Hechler <dahechler@xxxxxxxxxxx> [09-30-08 00:34]:
.... what is default name and password ?
What did you set it to?
I use phpMyAdmin:
I had to copy config.sample.inc.php to /srv/www/htdocs/phpMyAdmin/ and edit
config.inc.php at
/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use
// $cfg['Servers'][0]. You can disable a server config entry by setting host
// to ''. If you want more than one server, just copy following section
// (including $i incrementation) serveral times. There is no need to define
// full server array, just define values you need to change.
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
....
the lines for name and password follow a little further down.
I would imagine they are similar.
BUT, the documentation for phpPgAdmin will probably outline the
specifics required :^).
http://phppgadmin.sourceforge.net/?page=faq
or there-abouts
--
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: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- References:
- [opensuse] Just installed phpPgAdmin and can't login ...
- From: Duaine & Laura Hechler
- [opensuse] Just installed phpPgAdmin and can't login ...
- Prev by Date: Re: [opensuse] Printing to PDF from Firefox - Something Broke
- Next by Date: Re: [opensuse] Printing to PDF from Firefox - Something Broke
- Previous by thread: Re: [opensuse] Just installed phpPgAdmin and can't login ...
- Next by thread: [opensuse] Suspend2Ram fails sometimes
- Index(es):
Relevant Pages
|