- This notebook helps you connect to mysql using python and import the csv file into mysql and create a table and fetch all record from mysql database.
- In the big data scenarios , we use MySQL as a relational database at times to store transactional data and Sqoop the data into HDFS based environments for further analysis to gain business insights out of the data .We interact with mysql database to store and retrieve data, sometimes we create tables through the csv files