Importing larger SQL files into MySQL February 4, 2023 by Tarik You can import large files this command line way: mysql -h yourhostname -u username -p databasename < yoursqlfile.sql