What is a way to import a 40GB+ .sql
file into a MySQL database, that works?
I tried big dump. I tried loading the .sql
into workbench and executing.
None of the methods I tried so far, have worked.
I was wondering what is the best way or even a-way (that works) of importing such a large database .sql
into mysql? Note that splitting the SQL file into chunks may not work, as some tables are larger than 5GB.
I appreciate any suggestions.