Mysql connection problem

When I am trying to login to mysql from webconsole using the command “mysql -h ip-172-31-13-154 -u sqoopuser -p” , it is showing login incorrect.

ichecked the username and password and it is correct. what might be the issue?

In webconsole first you need to login using YOUR username and password. Then when prompt is shown login using the
mysql -h ip-172-31-13-154 -u sqoopuser -p
command .
Then type the password mentioned in the mysql credential
Thanks

1 Like

The mysql connection is available through the servers that have been listed and not without logging to one.

1 Like