Using mysql on a different server

Discussion in 'ASP.NET / ASP.NET Core' started by patrick2, Oct 5, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is there anything preventing me from hosting my asp.net website and using a mysql database on a completely different server? On the other end I know I have to authorize the application server IP. But I am double checking ensure there will be nothing blocking the outbound port to my other server.

    Thanks,
    Patrick


    ---
    Patrick
    http://www.dealwithme.com
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    we do not block outgoing connection. you should have no problem connecting to a remote mysql server from your application.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. You would have to contact the other server administrator to find out the MySQL port; DiscountASP.net would not have that information.

    Though just as a rule of thumb, the default MySQL port is 3306.

    Sherm

    DiscountASP.net
    www.discountASP.net

    Post Edited (Sherman [DASP]) : 10/14/2008 1:22:06 PM GMT
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page