Is there ANY way to set up a php script to access a mySQL database remotely?
For certain reasons I would like to run a maintenance script from my personal computer at home occasionally, and have the main database accessed located on the web site located on a web host.
Is the only way to connect via PHP with localhost?
Is there a way I could rig it to pass a query and have it connect according to the query entered, and pass the resulting array as though I had just done it locally?
PLEASE help, I'm doing this ideally to keep a cheap server running on the internet, but the time/resource intensive stuff running from home when needed.
Thanks!