Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access denied error 1

Status
Not open for further replies.

frozenpeas

Technical User
Sep 13, 2001
893
CA
I am trying to set my root password and get this:

Code:
'Access denied for user: 'root@localhost' (Using password: YES)'

Help will be appreciated... thanks in advance.
 
If you are setting it with mysqladmin, use this:
Code:
mysqladmin -uroot -pOLDPASSWORD password 'NEWPASSWORD'
//Daniel
 
I am using
Code:
mysqladmin -uroot -p password 'newpassword'

The password has never been set... this is a new install.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top