Hi. You can connect Sqoop to MySql using the connect string with the import. You will have to mention the url to the database that is stored in MySql:
$ sqoop import --connect <hostname><database name>
For example, if the host is database.hadoop.com and the database name is student, then you should use the following command:
$ sqoop import --connect jdbc:mysql://database.hadoop.com/student