Hi, In order to connect to MySql with different port than the default one, you should add in the Database server location: “;port=<YourPortNumber>.” . So if your server location is 192.168.1.99 and the server port is 3307, your Database server location should look like this: “192.168.1.99;port...