[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [RaQ4] Cobaltworld phpmyadmin pkg help?



Lillith,

Download latest phpMyAdmin package from sourceforge.net
upload files to a folder and set the config file to:
$cfgServers[1]['auth_type']     = 'http';

About this should be it....
If you need more let us know....

Andras


----- Original Message -----
From: "Lillith Lesanges" <lillith@xxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Tuesday, March 26, 2002 10:56 AM
Subject: [cobalt-users] [RaQ4] Cobaltworld phpmyadmin pkg help?


>
> Anyone out there using the Cobaltworld phpMyAdmin package?  I've got it
> installed and having some minor issues getting it working.  Some kind
> person pointed me to the config.inc.php file, but I'm still kind of stuck.
>
> (Currently, FWIW, when I go through Maintenance -> Install software ->
> Cobaltworld phpMyAdmin link -> Cobaltworld phpMyAdmin link, I get a 'File
> Not Found' for http://www.mysite.com/phpMyAdmin/index.php)
>
> For example, the Cobaltworld package installed stuff (inc'l
config.inc.php)
>   into /home/phpMyAdmin/  which should be fine, but it leaves me at a
> slight loss as to how to fill in the following config.inc.php option:
>
> /* Complete the variable below with the full url ie
>   * http://www.your_web.net/path_to_your_phpMyAdmin_directory/
>   */
> $cfgPmaAbsoluteUri = '';
>
> Note, /home/phpMyAdmin/ is above /home/sites/home/web/.  Do I need a
> symlink?  Do I need to do something else?  Do I need to give in and just
> compile it by hand instead of trying to use this package?
>
>
> The next inquiry is, what the heck should I do with the server
> configuration options in config.inc.php?  Someone else posted an example
> one, but it doesn't look like mine.  Here's what mine looks like
> (user/pass changed to protect the innocent - said user does have select
> privs on the mysql database):
>
> $cfgServers[1]['host']          = 'localhost';
> $cfgServers[1]['port']          = '';
> $cfgServers[1]['socket']        = '';
> $cfgServers[1]['connect_type']  = 'tcp';
> $cfgServers[1]['stduser']       = 'USER';
> $cfgServers[1]['stdpass']       = 'PASSWORD';
> $cfgServers[1]['auth_type']     = 'cookie';
> $cfgServers[1]['user']          = '';   $cfgServers[1]['password']      =
> '';
>
>
> I'd really appreciate any help anyone's got.  One of the few problems with
> using packages is that it's hard to know when to ask Cobalt folks for help
> and when to ask the software programmers for help.
>
> Lillith K. Lesanges
> Sysadmin/Programmer, MIS, Inc.
> lillith@xxxxxxxxxx
> http://www.misinc.net/
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>
>