localhost vs. 127.0.0.1

audilursics

New Member
[*]Does using \[code\]localhost\[/code\] in \[code\]mysql_connect()\[/code\] make the connection faster than using \[code\]127.0.0.1\[/code\]?[*]What is the connection type between the PHP script and mySQL (when using the \[code\]mysql_connect()\[/code\] function) ? Is it TCP/IP?
 
Back
Top