Recent content by Joni

  1. J

    Issue Plesk XML API Error

    The second environment: I made this request: <packet> <database> <set-db-user> <id>$id</id> <acl> <host>$externalIp</host> </acl> </set-db-user> </database> </packet> And i got: object(PleskX\Api\XmlResponse)#2 (7) { ["status"]=> string(2) "ok"...
  2. J

    Issue Plesk XML API Error

    Hi, Im trying to set via API a mysql remote allowed ip, the request: <packet> <database> <set-db-user> <id>$id</id> <allow-access-from> <ip-address>$externalIp</ip-address> </allow-access-from> </set-db-user> </database> </packet> $id -> DB User ID $externalIp -> The...
  3. J

    Resolved Plesk is online but domains are all unreachable

    Some nginx rule or site imcompatibility, causes can be many... an httacess bad rule, some plugin...
  4. J

    Resolved MySQL DNS remote connection fail

    The problem is that mysql also looks for the reverse of the IP, which resolves the internet provider DNS. This makes it impossible for me to allow connection via DNS. Looking for another solution. Probably through an ssh tunnel.
  5. J

    Resolved MySQL DNS remote connection fail

    Hello, First of all, many thanks for any reply. Im trying to connect with a desktop database software, so its a remote connection. I already configured in the dababase user the option "Allow remote connection from" and i put ther the domain whats resolve to the IP of pc client...
Back
Top