I got a new macbook pro (OS X 10.8.2) and am trying to configure mysql on it. So far, I could install it, but I cannot access the root user (or any user for that matter). I plan to use this for Python , on my other computer I use only MYSQL (without MAMP), and I prefer to save it that way.
For reference, I did the following:
$ alias mysql=/usr/local/mysql/bin/mysql $ sudo /Library/StartupItems/MySQLCOM/MySQLCOM start $ alias mysqladmin=/usr/local/mysql/bin/mysqladmin
When I enter mysql or mysql -u root -p , it gives me the following:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
or
ERROR 1045 (28000): Access denied for user 'jmitch'@'localhost' (using password: NO) Depending on which phrase I use
MYSQL works in my system settings. Thank you for your help.
mysql terminal mysql-python osx-mountain-lion macos
jmitchel3
source share