How can I connect to MySQL on a WAMP server?

社会主义新天地 提交于 2019-11-30 06:50:20

Change localhost:8080 to localhost:3306.

Try opening Port 3306, and using that in the connection string not 8080.

Just Change the Connection mysql string to 127.0.0.1 and it will work

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