ruby on rails - MySQL - cannot log in to MySQL on Lion OS X -
i have installed rails app mysql database on lion os x. in config/database.yml database set user (root) + password.
when try log in mysql terminal: mysql -uroot or mysql -u root, get
error 1045 (28000): access denied user 'root'@'localhost' (using password: no)
i tried set new password, got again same error message. how can log in terminal mysql , browse tables in databases?
thanks
Comments
Post a Comment