PMA Errors

Bradley Giesbrecht brad at pixilla.com
Wed Aug 18 11:08:27 PDT 2010


On Aug 18, 2010, at 11:03 AM, Jasper Frumau wrote:

>
>
> On Wed, Aug 18, 2010 at 7:38 PM, Ryan Schmidt  
> <ryandesign at macports.org> wrote:
> On Aug 18, 2010, at 00:52, Jasper Frumau wrote:
>
> > 1/I Installed PHPMyAdmin using MacPorts. When I go to localhost/ 
> phpmyadmin I get the logon screen where I can login as root. But  
> after logging in I only see ��5:q! Very odd. Here the access log:
>
> ":q!" looks familiar as the command you would use to exit vi(m)  
> without saving. Perhaps you somehow managed to insert that into your  
> phpmyadmin config file, or another phpmyadmin file you edited. You  
> could grep recursively in your document root for ":q!" and see what  
> turns up.
>
> Good call. Not good at grep just yet. Tried:
> jaspersmbp:www jasper$ grep -r "q!"
> -bash: !": event not found
> jaspersmbp:www jasper$ grep -r 'q!'
> grep: warning: recursive search of stdin
> ^C
>  which did not work. Still playing with it...

Try:
cd localhost/phpmyadmin
grep -R -e "q\!" .

// Brad
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-users/attachments/20100818/dae47a5e/attachment.html>


More information about the macports-users mailing list