differences between socket and port in database context
Posted
by Yang
on Stack Overflow
See other posts from Stack Overflow
or by Yang
Published on 2010-03-18T09:59:09Z
Indexed on
2010/03/18
10:01 UTC
Read the original article
Hit count: 183
hi guys, when i am using 'localhost' as the host for mysql database, sequel pro alert me that i will be using socket, if i am using '127.0.0.1', i am actually using the ip address and port 3306 to locate the server.
is there any difference?
© Stack Overflow or respective owner