问题
Sequel Pro won't let me run the sakila db. the following error comes up:
Access denied for user 'root'@'localhost' to database 'sakila'
How do I fix this?
回答1:
You need to add a user with the right grants. For more info check the manual:
http://dev.mysql.com/doc/refman/5.7/en/create-user.html http://dev.mysql.com/doc/refman/5.7/en/grant.html
来源:https://stackoverflow.com/questions/36012939/sequel-pro-mysql-error-access-denied-for-user-rootlocalhost-to-database-s