How can I connect to a mysql db from a different server ?
- by HJ-INCPP
Hello,
I have, let's say, a root website with mysql db on a remote server.
I want to connect to that particular database (to make queries), from many other little websites (with lower priviledges).
Can this be done?
Language: jsp,java,php
Thank you