I’m trying to allow external connection from a One Click Wordpress to a Managed MySQL Database Cluster via VPC Network.
I’ve added bind-address = 0.0.0.0 to /etc/mysql/mysql.conf.d/mysqld.cnf
I’ve created
CREATE USER 'test'@'[VPC NETWORK HOST]' IDENTIFIED WITH mysql_native_password BY 'password';
I’ve added Wordpress Droplet as trusted sources.
But nothing seems to work. The command mysql -u test -p returned ERROR 1045 (28000): Access denied. Am I missing something? What is the best way to manually connect Wordpress Droplets to a Managed Database Cluster?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I’ve found a solution. Since I’ve added my droplet to trusted source, there’s no need to include bind 0.0.0.0. DB connection error was due to missing port at the end of the VPC network host in wp-config.php. So I’ve edited that and connected to MySQL cluster over SSL. :)
Everything is working fine now. But is this the most efficient way for such setup over external VPC mysql? Will there be any impact on speed and resources etc? Sorry, I’m very new to hosting and I’m still finding my way around cloud hosting. Thank you :)
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.