I’m trying to upload a file that’s called pokemon.sql
and it’s 49.7MB, so MySQL is telling me it’s too large. I’ve read the documentation and tried to implement some of the suggestions, but I’m very new to all of this and am unsure how to proceed.
I tried to put in source filename.sql;
into Terminal but it says no such file or directory,and connecting to MySQL first according to instructions online also failed. I can’t find the configuration file either, to change max_execution_time
, upload_max_filesize
etc.
Edit: I almost have my answer in the comments, I just need to know what to change max_execution_time
, upload_max_filesize
, memory_limit
and post_max_size
to.