access MySQL remotely
access MySQL remotely
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- sparker0
yes, you can connect to a mysql db remotely...
when setting 'host', use the domain.
if your host is on domain.com,
in php:
mysql_connect('domain.com','user...