in reply to Re^2: How to connect from Windows to Unix?
in thread How to connect from Windows to Unix?

Just install the SQL server on a machine with public ip so it could be accessed through the internet ,

then in your scripts/programs change the SQL host you are connecting to from 'localhost' to that SQL server IP

if you stuck somewhere msg me

  • Comment on Re^3: How to connect from Windows to Unix?