How to configure Server-Client peer to peer connection using XAMPP MySQL server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ivory
    New Member
    • Dec 2012
    • 4

    #1

    How to configure Server-Client peer to peer connection using XAMPP MySQL server?

    Our group are trying to make a Server-client peer-to-peer connection using 2 laptops, and we used VB.Net and MySQL Xampp as the database. The network connection was fine, the 2 laptops successfully ping each other. But when we tried the server-client connection, it was not working. The actions being done on client PC was not recorded on the Server laptop. This is our connection codes in the Global Configuration in VB.Net:

    Code:
    Private con As New MySqlConnection("Server=localhost; Port=3306; Database=payrolldb; User Id=root; Password=''; ")
    We tried to replace the value of Server from localhost to the IP ADDRESS of the Server PC but still not working.

    please help us to solve this problem.
    Last edited by zmbd; Dec 17 '12, 12:44 PM. Reason: [Z{Please use the <CODE/> button to format posted code/html/sql}]
Working...