Boris M - 2018-02-26

WAMP server contains 2 servers - web-server and database-server. Access to each of them is configured separately.
You need to configure your database server (MySQL) so that it will allow access to it from other computers, not only from the computer on which it's running. For that I think you need to click on WAMP server's icon in system tray, choose MySQL and open its configuration file and change settings there. I might be wrong. May be you'll need to use phpMyAdmin instead. But in general you'll need to change settings of database server, only after that you'll get access to your database server from another computers. Hope it helps.