Making MySQL accessible in a network

I would just like to ask how I can make my MySQL server accessible in a network and what particular technology and steps are necessary to configure them? I will use VB as my programming enviroment.

    Requires Free Membership to View

To make MySQL usable in a network environment you simply perform a standard install. MySQL is enabled for TCP/IP networking by default, so no additional steps would be required. You will of course want to make sure that any firewall between the machine hosting MySQL and the other machines in the network allows traffic on port 3306.

If you are using VB6, you will want to install MySQL Connector/ODBC for ODBC connectivity to VB6. If you are using VB.NET, take a look at Connector/NET, a managed .NET provider written completely in C#.

This was first published in December 2004

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.