Sequel Pro MySQL Error: Access denied for user 'root'@'localhost' to database 'sakila'

主宰稳场 提交于 2019-12-13 09:34:45

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!