Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have 2 computers. Both with w7 as os. I have installed wampserver on one of them. I have mysql database on wampserver. Then I have made a vb.net program to connect to mysql database. I have put the program on both computers. What I want to do is for those two programs to see the same database that is on one computer. For them to be able to add, delete, update that 1 database. How do I do that? How do I network the mysql database? Do I also have to install wampserver on the other computer? What do I do? Please enlighten me.

edit: -my question is connected to this link: http://www.rajputbrotherhood.com/tech/software/how-to-access-wampserver-through-lan-local-area-network-or-from-the-server-machine.html

the only difference is its not a website. Its a winform made through visual studio . Do I need to turn off the firewall where wampserver is installed so that I could access it?

share|improve this question
This is a duplicate of post on superuser: superuser.com/questions/123012/set-up-wamp-server-to-run-on-lan – Joe Internet Mar 23 '10 at 4:47

closed as off topic by John Gardeniers, splattne Mar 24 '10 at 8:20

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

All you need to do for this to work is to add firewall rules to allow the remote PC to connect to it, and set your WAMP to "ONLINE" (right click tray Icon, --> 'Put online')

if your connection string is setup proper in VB.NET it should pretty much be all there is too it.

If your only interested in a SQL Database though perhaps only installing mysql would be better along with the related tools for it. PHPMyAdmin only goes so far and the developer tools with mysql are loads better to run Queries on and test with.

--> http://www.mysql.com/

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.