I have clearDB database setup on heroku and I have all the credentials to connect remotely. I am trying to connect to it through ubuntu terminal with the command format
mysql -u username -h host -p password
But as I enter password, the terminal just hangs up and nothing happens.I have to forcibly close it. I don't want to use any third party tool. Please help me!!