From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1F9txg-0006x8-Cc for garchives@archives.gentoo.org; Fri, 17 Feb 2006 00:59:04 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1H0w2dw002077; Fri, 17 Feb 2006 00:58:02 GMT Received: from imf22aec.mail.bellsouth.net (imf22aec.mail.bellsouth.net [205.152.59.70]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1H0rwtj032175 for ; Fri, 17 Feb 2006 00:53:59 GMT Received: from ibm67aec.bellsouth.net ([65.12.196.191]) by imf22aec.mail.bellsouth.net with ESMTP id <20060217005358.BWNN20611.imf22aec.mail.bellsouth.net@ibm67aec.bellsouth.net> for ; Thu, 16 Feb 2006 19:53:58 -0500 Received: from mrk.schroder ([65.12.196.191]) by ibm67aec.bellsouth.net with ESMTP id <20060217005357.GQJQ1775.ibm67aec.bellsouth.net@mrk.schroder> for ; Thu, 16 Feb 2006 19:53:57 -0500 From: Ernie Schroder To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] OT: phpmyadmin Date: Thu, 16 Feb 2006 19:54:08 -0500 User-Agent: KMail/1.9.1 References: <200602152230.45762.schroder@ntplx.net> <1140065617.26950.86.camel@sysconcept.ca> In-Reply-To: <1140065617.26950.86.camel@sysconcept.ca> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602161954.08964.schroder@ntplx.net> X-Archives-Salt: 9cdc32e7-54e1-4592-b24a-383a7aa3b187 X-Archives-Hash: a8f7cfd08a2a2c96d3e5e4c719c4b437 On Wednesday 15 February 2006 23:53, a tiny voice compelled Joseph to write: > This tutorial will help you, GUARANTEED 100% (and it is worth a > bookmark). > http://arcticalliance.se/pma.php Fantastic!!! Thanks a lot Joseph. I've got it working. Now to figure out why LOL. > > -- > #Joseph > > On Wed, 2006-02-15 at 22:30 -0500, Ernie Schroder wrote: > > I am just starting to play with php and mysql. I've got mysql working and > > can log into root accounts using a password. php scripts work on > > http://localhost. For example, http://localhost/php/index.php in a > > browser shows a whole lot of info re php, mysql and apache2. However, I > > can't seem to get phpmyadmin working. > > Going to http://localhost/phpmyadmin, gives me a window asking for > > username and password. If I insert my mysql username (root) and root's > > mysql password, I just get the same box with no error. I've tried adding > > a small config.inc.php file to /var/www/localhost/htdocs that is > > configured like so" > > > > > $cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/'; > > $cfg['Servers'][$i]['host'] = 'MySQL.localhost'; > > $cfg['Servers'][$i]['auth_type'] = 'config'; > > $cfg['Servers'][$i]['user'] = 'root'; > > $cfg['Servers'][$i]['password'] = 'password'; > > $cfg['blowfish_secret'] = '1234'; > > ?> > > I restarted mysql and apache2 and still no joy > > Obviously, I'm missing something, but I can't find anything after many > > hours of searching that points me in the right direction. HELP ;>) > > > > -- > > Regards, Ernie -- Regards, Ernie -- gentoo-user@gentoo.org mailing list