MySQL


How does running a remote MySQL host impact MySQL services?
Using a remote MySQL setup, will be functionally the same a using a local setup. Since you are configuring all your customer connections to occur over tcp, the only difference will be their connection string. All service status information should be displayed normally. In short, running a remote MySQL host will have little to no impact.