How to import an SQL file using the command line in MySQL?
Introduction
In some cases if you have a really large .sql file, it is best to import it via the command line.
You might need to do this in case that you are using a tool like PHPmyAdmin, which more often than not, has a certain limit that the file t...
bobby.hashnode.dev3 min read