Connecting to remote my Sql shows me access denied for user azerty@41.175.10.32 ( Using Password : Yes )

后端 未结 1 1963
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-22 04:57

Everything worked fine, When I configure the TMySqlConnection Driver to connect on the Local computer using WAMP local server, but when trying to configure the driv

相关标签:
1条回答
  • 2021-01-22 05:47

    I think that the problem is that you haven't set up the myuserna_me user so that it has the right to connect to the DB from the 41.175.10.32 IP. mySQL user accounts do contain information from which IP given user may connect, it is also possible to use wildcard % for "without IP restrictions" access. See "Adding User Accounts" topic in mySQL manual, it has some examples too.

    0 讨论(0)
提交回复
热议问题