[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] MySql



<snip>
Access denied for user: 'root' (Using password: YES)

I know the password is correct, but it will not let me in.  Is there a way
around this or something?  Please help!!!
</snip>


I suspect that you are using one of the mysql command-line commands that
require a UserID and Password.

The correct structure is:

'-u userid -pPassword'.

Note: no space between the '-p' and the password.

Hope that helps.

Jay Fesco