In this tutorial we will find out how to import a large sql file into MySQL database.
Steps:
- Split database dump into individual tables
- Import these individual tables to database
Splitting database dump into individual tables
Download script which will be used to split database into individual tables
|
|
Run script to split database dump into tables
|
|
Extracting single table
|
|
Importing table into database
|
|