On Mar 23, 2011, at 3:21 PM, David Gentry wrote:

> Bradley,
> 
> I ran the commands you gave me on Mar. 18, and they all ran fine except the 
> very last one:
> 
> $ mysqladmin5 -p -u root password 'xxxxxxxxx'
> Enter password: 
> mysqladmin5: connect to server at 'localhost' failed
> error: 'Access denied for user 'root'@'localhost' (using password: YES)'

Leave off the -p.

$ mysqladmin5 -u root password 'xxxxxxxxx'

So you have MacPorts mysql5-server running now, right?
$ ps ax | grep mysql5

--
Brad
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to