|  | Posted by Jonathan Tremlett on 07/10/77 11:20 
Thanks ScareCrowe,
 I did what you said but also required to fix:
 
 #61 $cfg['blowfish_secret'] = 'xxxxx';
 
 
 Cheers,
 Johnny
 
 "ScareCrowe" <nospam@nospam.com> wrote in message
 news:oJudnfkQ5f-9o1TfRVn-1A@a5.com...
 >
 > --ScareCrowe
 > "Jonathan Tremlett" <RemoveThisBitToReply.jtremlet@cis.strath.ac.uk> wrote
 > in message news:42c47685$1@nntphost.cis.strath.ac.uk...
 > > Hi,
 > >
 > > Sorry but I thought it was to do with PHP as it is called PHPMyAdmin.
 > > Anyway don't think my setting allow me to do it on this webserver
 anyhow.
 > >
 > > "elyob" <newsprofile@gmail.com> wrote in message
 > > news:42c3d2a9@news1.homechoice.co.uk...
 > > >
 > > > "nemo" <nemo@not_hotmail.com> wrote in message
 > > > news:fgu5c1tsg4k30p6osa71kns4nffbh1597t@4ax.com...
 > > > > On Wed, 29 Jun 2005 17:45:55 +0100, Jonathan Tremlett
 > > > > <RemoveToReply.jtremlet+usenet@cis.strath.ac.uk> wrote:
 > > > >
 > > > >   >Hi again,
 > > > >   >
 > > > >   >I do not know where I can find this file.  Could you tell me
 where
 > it
 > > > > is
 > > > >   >and what to do with it?
 > > > >   >
 > > > >   >Johnny
 > > > >   >
 > > > >   >elyob wrote:
 > > > >   >
 > > > >   >> "Jonathan Tremlett"
 > > <RemoveThisBitToReply.jtremlet@cis.strath.ac.uk>
 > > > > wrote
 > > > >   >> in message news:42c1e239$1@nntphost.cis.strath.ac.uk...
 > > > >   >>
 > > > >   >>>Hi,
 > > > >   >>>
 > > > >   >>>I was just wondering if anyone knew if there is a way to get
 PHP
 > my
 > > > > admin
 > > > >   >>>to
 > > > >   >>>prompt me for my password due to me being on a shared network?
 > > > >   >>>
 > > > >   >>>Johnny
 > > > >   >>
 > > > >   >>
 > > > >   >> .htaccess
 > > > >   >>
 > > > >   >>
 > > > >   >>
 > > > > I agree, the answer you, as a newcomer, got was less than helpful.
 > > > > However,
 > > > > it *does* come down to you, really; if you are puzzled by something,
 > > have
 > > > > a
 > > > > look in the search engines first.  Put .htaccess and tutorial into
 > > google
 > > > > and you'll get loads of helpful URLs.
 > > > >
 > > > > (BTW, a little word of advice: with your present posting habits,
 > you're
 > > > > likely to get strictures about top-posting  - an example being how
 you
 > > > > constructed your last post compared to how I did this one.)
 > > >
 > > > It was a 100% factual. The OP can now busy himself on Google. After
 > > waiting
 > > > 16 hours for a reply, I thought I'd give him a starter for 10. I
 didn't
 > > > elaborate as it has nothing to do with PHP, and I couldn't be bothered
 > to
 > > do
 > > > all the work.
 > > >
 > > > The OP may also find that their host offers a folder locking process.
 > > >
 >
 > As far as the .htaccess, the other OP is ASSuming that you are not using
 > windows. If you are in a Windows environment, you won't have an .htaccess
 > file ( which by the way does NOT control who can log into PHPMyAdmin,
 merely
 > who can access the directory containing it.) You want to go to the root
 > directory of the phpmyadmin and edit the file 'config.default.php' or
 > 'config.inc.php'. Configure the variables on/near lines 83-85 to use
 > cookies, and put the user name here also. Do not enter your password! Save
 > the file and then browse to your phpadmin directory and test it.
 >
 > #83  $cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication
 > method (config, http or cookie based)?
 > #84  $cfg['Servers'][$i]['user']          = 'joeblow';      // MySQL user
 > #85  $cfg['Servers'][$i]['password']      = '';          // MySQL password
 > (only needed
 >
 > Test this out and let us know how it works out!
 >
 > --ScareCrowe
 >
 >
 [Back to original message] |