Importing large sql files into MySQL without loading in MySQL Workbench - MySQL DBA Tutorial

Importing large sql files into MySQL without loading in MySQL Workbench


Importing larger sql files into MySQL without loading in MySQL Workbench
In this demo we learn how we can import large SQL files into MySQL Server by using Workbench without opening them in Editor. The SQL file can be generated by using mysqldump. Sometime the file can get really large due to size of the database. If we need to import that file into MySQL Server, We don't have to open the file in MySQL Workbench. MySQL Workbench provide the facility to run SQL file without opening in the Editor.

MySQL Workbench Tutorial - Import large SQL file without opening in MySQL workbench

1 comment: