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.