-4

If I have a MySQL database hosted on one site, and I want to connect to it from another site, is there a way to do this?

muttley91
  • 11,995
  • 27
  • 97
  • 144

1 Answers1

0

Yes.

You would have to configure MySQL to allow access from the remote server, and ensure that any intervening firewalls allow the MySQL port to go through.

For more info see

http://www.cyberciti.biz/tips/how-do-i-enable-remote-access-to-mysql-database-server.html

Eric J.
  • 139,555
  • 58
  • 313
  • 529