Am Sun, 18 Jun 2006 09:21:52 -0400
schrieb jim tate <[EMAIL PROTECTED]>:

<SNIP>

> >
> >  
> >
> Yes, the problem was mysql daemon wasn't running, but it is now.
> I'am trying to set password in MySql without any luck, as follows;
> 
> shell> *|mysql -u root|*
> mysql> *|SET PASSWORD FOR 'root'@'localhost' = PASSWORD('/|mary|/');|*
> mysql> *|SET PASSWORD FOR 'root'@'/|linux|/' = PASSWORD('/|mary|/');
> 
> 
> [EMAIL PROTECTED] is computer hostname.
> PASSWORD is 'mary'|*
> 
> now if I type in:  
> *|mysql -u root
> ERROR 1045 (28000) : Access denied for user 'root'@'localhost' (using
> password: NO)
> 
> I'am following the online MySql Setup Password instructions.
> 
you should type in:
mysql -u root -p
then you'll be asked for a password.


Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to