Repository Overview Welcome to my Excel to MySQL repository! This repository contains step-by-step instructions and example code on how to import data from an Excel spreadsheet into a MySQL database ...
So, turns out you can't just import csv files into MySQL Workbench for security reasons! Made this small python program that converts a single csv file into a .sql file that has an insert statement ...