0

Need Help.

I made a vb.net project for medical clinic, it is already finished ,my project using MySql database, the application need to be connected to local network on 3-5 windows computers at the same time and share data(use same sql database at same time). i used wamp server while i was developing, but my problem is, i dont know how to make all computers use same sql database at same time.

9
  • Welcome to StackOverflow! Plesae refer to this page to help you formulate a better question: stackoverflow.com/help/how-to-ask but for now: what have you tried? what is not working? what errors do you get?... Commented Jul 23, 2014 at 22:02
  • I did not get any errors.I just need to know how to make mysql database accessible in local network. I mean 3-5 windows computers can use same database(modified,select,insert,delete...data ) Commented Jul 23, 2014 at 22:10
  • I mean is it possible to install wamp server to one windows computer and another computers can access it through the web?or any alternatives solutions Commented Jul 23, 2014 at 22:18
  • 1
    Btw, being a medical app, I will strongly suggest you secure your app and the database properly. Commented Jul 23, 2014 at 22:23
  • 1
    I am sorry but this is not the place for a tutorial. You will want to hire someone to do it properly or follow a few tutorials online Commented Jul 23, 2014 at 22:32

1 Answer 1

1

you should set up mysql for local lan(i don't know if it's needed or it is open to network by default) and then on other computers you have to connect to mysql server running on this computer via a static ip. I think this question might help you.

as mentioned it might not immediately work because of some firewall blocking issue or other network privilege problems.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.