did you read http://webyog.com/faq/content/23/18/en/err…on-denied-.html
.. as well as other FAQs in same category and the 'getting started' paragraph in help file.
1) the http-issue
This is an authencation error, not a connection error
> try 'localhost' or '127.0.0.1' as 'MySQL host'. With HTTP tunnel you connect to MySQL from webserver/PHP on the remote host/network, not from your local machine. Probably this user does has not been allowed remote connections. (when specifying a global ip/alias it may not be 'resolved' to 'localhost')
2) the ssh-issue
this is a connection error!
–>try only 'mydomainwashere.com' not 'ssh://mydomainwashere.com'.
–>the user and password to specify on the 'SSH' tab is SSH/OS user – not MySQL user!
–>also here try use 'localhost' as host on the MySQL tab (note this was edited!)