Skip to main content

remoteMYSQL access issues

Comments

2 comments

  • GOT
    Your hosting provider may have skip-name-resolve enabled, plus I think the mysql treats user@domain.com different than user@1.2.3.4. You could try putting your host name in the rmeote access field, but I am not sure offhand if that takes domains names.
    0
  • cPanelLauren
    You can add a hostname rather than an IP: Host (% wildcard is allowed) And it's noted in the documentation: Remote MySQL | cPanel & WHM Documentation When you create a user through the cPanel interface, it creates the following automatically MariaDB [(none)]> select host, user from mysql.user where user like 'imauser%'; +-------------------------+---------+ | host | user | +-------------------------+---------+ | | imauser | | remoteserver.com | imauser | | localhost | imauser | | server.anotherremoteserver.tld | imauser | +-------------------------+--
    But with that being said, it sounds a LOT like your provider may have skip-name-resolve enabled in their my.cnf file as @GOT suggested.
    0

Please sign in to leave a comment.