Re: [PHP] Re: MySQL connection from non-localhost

2002-04-10 Thread Barry C. Hawkins
Dave, Did you use the URL: http://www.domain.com Or did you use the fully-qualified domain name (FQDN): www.domain.com For connecting to the MySQL server, the connection functions expect an FQDN, not a URL. But, you may already know that. Just checking. Regards, Barry C. Ha

[PHP] Re: MySQL connection from non-localhost

2002-04-10 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I was just wondering if there was a way to connect to a MySQL server on a > server other than the one that your php script is on. I tried just putting > in the URL of the site in place of localhost but that didn't work. Is there > anythi