...
The “dis” tag is merely a display name, so its exact name is of little significance
The URI is of this format: “jdbc
jdbc:mysql://IP_ADDRESS:PORT/PUT_DATABASE_NAME_
HERE”HERE
Note: that the “IP
IP_
ADDRESS”ADDRESS
can be localhost and the “:
PORT”PORT
is optional, though the MySQL default is 3306
It is important to also note that a login and password will be required based on how the database was set up
Note: When trying to re-edit the URI, it will look like there is a password, even if there really is not. This is intentional.
...