Yes, you can remotely connect to your databases. However, there are a couple of things that will need to be done to enable this.
cPanel Account:
- Login to your cPanel
- Click on "Remote MySQL"
- Enter "%" into the top box and click "Add Host"
- That's done!
Connecting Remotely:
- To connect remotely, you will need a connect string such as:
mysql -h x.x.x.x -u USERNAME -p DATABASE
- Simply replace the "x.x.x.x" with the IP address of your VPS hosting account
- Done!
Now you should be able to remotely connect to your VPS.