Windows server: Migrate From WAMP

Re: Windows server: Migrate From WAMP

by Chris Fryer -
Number of replies: 0
Jim

I think you need to specify the fully-qualified server name, or the IP address, but not a UNC path. Basically you need to ditch the "\\".

$CFG->dbhost = '192.168.1.1'
or
$CFG->dbhost = 'foo.yourdomain.edu'

Chris