I want import huge (at least 300 mb) sql scripts via phpMyAdmin.
I\'ve tried:
post_max_size = 750M
upload_max_filesize = 750M
max_ex
None of the above answers solved it for me.
I cant even find the 'libraries' folder in my xampp - ubuntu also.
So, I simply restarted using the following commands:
sudo service apache2 restart
and
sudo service mysql restart
Thanks me..!!