MySQL Data Connection assumes default port

When I try to add a data connection to my MySQL database, the default port (3306) is assumed. Since I have MySQL and MariaDB both installed on my machine, the database I am trying to connect to is served on port 3307. Thus, I can't connect to that database using the Blazor Studio MySQL connection.

Hi @m.sisco,

You can specify the port in the Server field e.g. localhost:3307.

1 Like