By simPod
I tried to connect to MySQL remotely (I need to go without SSH).
Commented bind-address with #.
Getting MySQL said: Access denied for user ‘root’@‘myremoteip’ (using password: YES)
How can I connect? Searched internet. Found that I should run ```GRANT ALL PRIVILEGES ON . TO ‘root’@‘%’ IDENTIFIED BY ‘PASSWORD’ with grant option; FLUSH PRIVILEGES;
it is not working for me. How can I achieve that?
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!
the tutorials of digitalocean for remote connection to mysql do not work, because they do not want to connect, better consult the tutorials of linode.
@simPod - The URI below provides a more in-depth and complete guide on how to setup a remote MySQL server. Ideally, you want to bind to an IP (as shown in the guide) – preferably the private IP provided with your Droplet, and then setup restrictions to limit access to only IP’s that you’ve white-listed.
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.