Reputation: 59355
I'm installing wordpress and I'd like to use a web mysql database rather than a local one. Is this possible? I used the same exact credentials for an already existing web wordpress installation with no luck.
Upvotes: 0
Views: 181
Reputation: 72971
If your web server allows remote MySQL connections, then yes. Just set your DB_HOST
in wp-config.php correctly.
Upvotes: 2