I am trying to connect to SQL server connection but I don’t understand the syntax in the url.
mysql://username:[email protected]:PORT/db_name
I know the port, username, password, and db name. but what would be the first part of the URL for SQL (“mysql://” / “sql://”), also what should the address be everything after the @ sign and before the port ??