The outputs are not the same.

Now what?

On Fri, Apr 24, 2009 at 12:48 PM, William Attwood <wattw...@gmail.com>wrote:

> Sometimes the encryption messes up in MySQL.
> head to your mysql.users table:
> select user, password, host from mysql.users;
>
> than
>
> select md5('#helloworld3') from dual;
>
> see if the 2 outputs for "root" are the same.
>
> -Will
>
> On Fri, Apr 24, 2009 at 12:46 PM, Merrill Oveson <move...@gmail.com>
> wrote:
>
> > I've switched gears and I'm installing phpmyadmin.
> >
> > I've searched the web high and low.
> >
> > Here's my config.inc.php
> >
> > $cfg['Servers'][$i]['host'] = 'localhost';
> > $cfg['Servers'][$i]['user'] = 'root';
> > $cfg['Servers'][$i]['password'] = '#helloworld3';
> >
> > No matter I do I get the following error.
> >
> > 1045 - Access denied for user 'root'@'localhost' (using password: NO)
> >
> > Anybody have any experience getting phpmyadmin to work?
> >
> > /*
> > PLUG: http://plug.org, #utah on irc.freenode.net
> > Unsubscribe: http://plug.org/mailman/options/plug
> > Don't fear the penguin.
> > */
> >
>
>
>
> --
> Warm regards,
> William Attwood
> Idea Extraordinaire
> wattw...@gmail.com
> Steven Wright<
> http://www.brainyquote.com/quotes/authors/s/steven_wright.html>
> - "A lot of people are afraid of heights. Not me, I'm afraid of
> widths."
>
> /*
> PLUG: http://plug.org, #utah on irc.freenode.net
> Unsubscribe: http://plug.org/mailman/options/plug
> Don't fear the penguin.
> */
>

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to