06 July 2011

Special Characters in mySQL password

It's important to remember, that mySQL will encode special chars as numbers so if you'll execute
mysqladmin -u root -p password Pa$$port
root's password will be set to Pa2148port, and you will waste a lot of time trying to figure out why the password you're entering is wrong.

No comments:

Post a Comment