Hi guys, I have found a problem in ISPConfig after the update. I have 3 servers: webserver.mydomain.com dbserver.mydomain.com mailserver.mydomain.com Follow my steps: Create a user Create a database user Create a database Check the mysql user table in dbserver Try to connect from the webserver to dbserver You will see that the webserver.mydomain.com is not included in the mysql database credencials in the dbserver blocking the requests and generating a wrong connection to the database. I can see just: Code: localhost dbuser 123.123.123.123 dbuser How have I to solve this issue? Is there a way to add a trusted server in the mysql for all the database users? thanks