I am trying to connect to my MySQL server remotely. I want to separate web-server and database-server. I have already installed mysql-server on my VPS , I have done bind IP = 0.0.0.0 and added a user admin@’%’ , but I still can’t access to MySQL remotely from another web server with error (HY000/2002): Connection refused.
Can anyone help me here please?
Does OVH not allow remote connection?