How to check the LAN (internal) address of your network server?
There are various ways to assess the LAN (internal) address of your network server:
a) In LUPMIS, with Settings > System info > Under 'All address on this LAN' > Look for 'this computer'. (It is not the public address).
b) Checking for IP addresses can also be done in Windows at command level through command: cmd /c arp -a
Often, communication to the server can cause a problem. A way to check the integrity of the communication is to 'ping' from the workstation to the server:
If there are still problems, check that MySQL has been started and active, as explained in the previous Chapter (Annex 1.1.a). - - - - -