A simple python script for exporting a CSV file into a mysql database or mysql based databases such as mariadb. Notes :
- Csv file should contain header or the table you want to export data into should exist.
- If table does not exist, the script will create one based on the csv file titles (first row).