Can WAMP connect to remore DBs?
Posted by: smithrn (---.eplt.washington.edu)
Date: August 26, 2006 12:20AM

Hi,

I can see how to work w/ a local DB, but for one behind passwords and on remote servers, how can I connect and operate on them?

Thank you.


Options: ReplyQuote
Re: Can WAMP connect to remore DBs?
Posted by: CyberSpatium (67.170.181.---)
Date: August 26, 2006 02:01AM

you use mysql_connect to connect to your remote db server just like you use it to connect locallly

mysql_connect ('yourdoman.com', '_UserName_', '_Password_');

Options: ReplyQuote


Sorry, only registered users may post in this forum.