You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hey all, for PCI compliance purposes I'm going to be implementing separate DB and web servers. Does CCP have any trouble connecting to DB's on other servers?
Offline
Shouldn't be a problem, as far as I know. Just use the actual host name or IP address instead of 'localhost' in the setup.
Offline
You need to make sure that the db on the seperate server accepts connections from % (or the static ip of your web server) vs localhost too as mysql by default does not allow connections from remote servers.
Offline