Monday, April 27, 2015

Linux command import large MYSQL dump file

1. Go to place where your file of .sql dump.
2 type this command

~/Desktop$ mysql -u root -p DBname < mysal_dump.sql

NOW it will start!

No comments:

Post a Comment