On Fri, 2003-11-21 at 17:01, ike strong wrote:
> I don't know if this is the right place to ask this,
> but can anyone help me to figure out why each time I
> try to access my database using:
> 
>        c:\mysql\bin\inmysql -root -p
> 
> and afterwards:(i.e. after the password prompt)
> 
>        Enter Password: '******' 
> 
> I get the following:
> 
> Error 1045: Access denied for    user:
> '[EMAIL PROTECTED]'(Using password: YES)
> 
> This is rather confusing to me, as I'm pretty sure
> that I had used the same password to pass through this
> particular 'door' yesterday.
> 
> Really the password that I'm using is exactly the same
> one I had assigned to my root few days ago after
> installing MySQL, PHP and APACHE successfuly.
> 
> Has anyone tackled or know how to tackle this problem?
> I'd appreciate your help 
> 
> Thanks
> 
> Ike
> 
> 
> __________________________________
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
You should ask a MySQL mailing list but seeing as how I got nothing
better to do right now. 
Try 
 c:\mysql\bin\inmysql -u root -p

-- 
"I have a photographic memory. I just forgot the film" --Unknown
=============================
Ryan Thompson
[EMAIL PROTECTED]
http://osgw.sourceforge.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to