I am trying to import a very large .sql file into my database. The file is currently 20 GB. I tried using the mysql database <backup.sql console, but this takes longer than 24 hours and the mysql server no longer responded.
How to import such a large file? I think splitting is the way to go, but how can I break it right? This is just one table with a few insert instructions.
source
share