Protocol

hi there

I’ve two different machines, a web (rails) and databaseserver (mysql).
Does anyone knowns which protocol is used, when I send a request (query)
from the webserver to the databaseserver (over the layer 3 - IP)?

thx…

Read the manual: TCP. Port 3306 by default.

  • Roderick