access denied for user @ 'localhost' to database '' [closed]

白昼怎懂夜的黑 提交于 2019-11-26 22:33:22
gama_jr

Try this: Adding users to MySQL

You need grant privileges to the user if you want external acess to database(ie. web pages).

You are most likely not using the correct credentials for the MySQL server. You also need to ensure the user you are connecting as has the correct privileges to view databases/tables, and that you can connect from your current location in network topographic terms (localhost).

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