Hi,
I connected to MySQL with below command in cloud lab, and created database and "sample" and table "Students"
Command: mysql -u labuser -h mysqldb.edu.cloudlab.com -p
Password: edureka
And When I am trying the below sqoop import command, I am getting connection failure error
sqoop import --connect jdbc:mysql://localhost/sample --username edureka --table Students