Host Connections for SQL

Hey, I've been going through the forums trying to find an answer, I keep finding the tutorial video for the connections of SQL, however I cannot find anywhere, where it is that I get the Host URL's for the connections of a database itself.
I've been trying to find the host ports, but can't seem to figure out in searching through the forums.
Does anyone know where I can find the host url for it?
I imagine it looks something like: "web01.farm.pabbly.com"
However, I can't seem to find where they are themselves.
Does anyone know?
I tried to go through the tutorials, but they do not specify where I can find the hostnames themselves.
 
P

Pabblymember11

Guest
Hey @The Defender

Default MySQL Port: The default MySQL port number is 3306. If you haven't changed the default port during installation or configuration, you can use port 3306 to connect to your MySQL server.
 
Top