2024-12-04 09:31
Looking for advice.
I have a CSV file that's 1.9gb (2.6m rows) and attempted to upload it to MySQL but the server keeps timing out.
I've installed Python, ran a script to split the CSV and now have 58 files ready to upload to the database.
Any idea how to upload this efficiently as opposed to 1 file at a time?