Trying to set a password with the following command in terminal on mac osx:
/usr/local/mysql/bin/mysqladmin -u root password fakepassword
Getting the following error:
/usr/local/mysql/bin/mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)'
Whats the deal? Also is there a command that I can use in terminal to update mysql to the most recent version?