I’m trying to import a large sql file to my localhost.
When I attempt the import I get the following error
“No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. “
Is their another way I can import the sql file? Possibly form the terminal?(on a Mac)
Edit php.ini, set upload_max_filesize to greater than the size of the file you are uploading.