cant connect opencart to mySQL database

核能气质少年 提交于 2019-12-02 04:55:57

My guess is that your DB user is only allowed to access the DB server from 127.0.0.1. You might want to grant additional privileges to it and in your SQL shell run something like

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