I want to import the large database using command prompt in MAC. I have seen similar question answered.(Youtube Link: https://www.youtube.com/watch?v=9clyBrkclQ8 )
From the MySQL console:
mysql> use DATABASE_NAME;
mysql> source path/to/file.sql;
But recently I have started using MAC; I have looked around for the solution to do the same in MAC but did not find anything. Has anyone tried to do this on MAC? Thanks for the help.