We use Stripe to process credit card information / store client's payments in our MySQL database. We only store the ID of transaction and the client ID. And Stripe controls the PCI compliance issues. We also isolate payments to a single box that hosts the database and payment site. Now, here's our question: If we moved to a remote hosted database and continue to host the site on this server, does this change anything in regards to PCI compliance? Thank you.
Discuss This Question: