MySQL connection
-
Hi, I just installed Apache/MySQL/PHP for our web server. I'm trying to figure out how Apache works with MySQL and http. I created a program in C# that connects to MySQL, but the connection doesn't require me to specify a port number. This is kinda confusing to me. In the MySQL config it defaults to ports 3306 for the client and server listening. Does Apache somehow know MySQL is listening to these ports? How does the connection to MySQL work? Thanks.
-
Hi, I just installed Apache/MySQL/PHP for our web server. I'm trying to figure out how Apache works with MySQL and http. I created a program in C# that connects to MySQL, but the connection doesn't require me to specify a port number. This is kinda confusing to me. In the MySQL config it defaults to ports 3306 for the client and server listening. Does Apache somehow know MySQL is listening to these ports? How does the connection to MySQL work? Thanks.