I can not change the root password for mysql.
This is what I get when I try and change it:
mysql> SET PASSWORD FOR root = pass ;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'pass' at line 1
Ken