Question
Node js cannot allow to access MySQL on digital ocean
Got the error like this
ERHOSTNOT_PRIVILEGED: Host …xxx… is not allowed to connect to this my sql server
in the bind address already set to 0.0.0.0
how to allow my node js to access to my sql server
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×