: Php.ini changes not taking effect in Siteground I am importing an sql file for a magento website, however, It gives me this error: Unknown: Input variables exceeded 1000. To increase the limit
I am importing an sql file for a magento website, however, It gives me this error:
Unknown: Input variables exceeded 1000. To increase the limit change
max_input_vars in php.ini
Then I modified the max_input_vars to 3000 in the php.ini but it doesn't seem to take effect.
I'm pretty new at this and it's driving me nuts.
More posts by @Odierno851
1 Comments
Sorted by latest first Latest Oldest Best
So it turns out that my sql file got corrupted when exporting from phpmyadmin. Instead, I exported from command line with this command:
mysqldump -u [USER] -p [PASS] db-name > db-name.sql
Or if it's too large then you can zip it.
mysqldump -u [USER] -p [PASS] db-name | gzip > db-name.gz
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.