Hi Harsh,
I guess the VA is a separate VM itself installed on top of your local machine and the DB is installed directly in your local machine.
For the VA to connect to your DB installed on your local machine, you need to use the IP address, something like this - instead of localhost:33006 try IP address:3306 (example: 192.165.2.1:3306)
