Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the hostname of a LAN connection?

Status
Not open for further replies.

rbsee

Programmer
Apr 29, 2003
4
US
I have installed MySQL in C:\mysql on computer A. When trying to connect to this MySQL database on some other computer on a LAN, such as computer B, is the hostname just the IP address of computer A, or is it some other path?

Does the computer with the database server need to be a server, or can it be a workstation? an example is an XP workstation. You can not share the entire hard drive of an XP workstation. You can only share a designated folder.

rbsee
 
I assume you are asking about a hostname input in a MySQL client connect dialog. If so, then it's just the resolvable hostname of machine A or A's IP address.

There would in no case be a pathname involved. MySQL is a server -- you connect to that server, make queries, and recieve input in return. It's not like Access, where you open a file on a filesystem and manipulate that file using your local database engine.

MySQL should not care which of server or workstation it's running on. The only limit is that Mi¢ro$oft has deliberately limited the number of network connections that can be made to a workstation machine.

Want the best answers? Ask the best questions: TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top