How to increase sql file size in phpMyAdmin?

Asked

Viewed 316 times

0

How to increase the size of sql files, for import, in phpMyAdmin, from MAMP?

  • I don’t know exactly what the purpose of the question is. But a long time ago I had problems importing large files into Mysql (got corrupted). Based on this I recommend the use of the program Heidi SQL for data import. It executes the file in parts which avoids many problems.

1 answer

-1

If I understand what you want to do, you just need to access your file php.ini and change the property value upload_max_filesize.

  • I already did, but it didn’t help. When I enter the configuration folder, or bin, I don’t remember now, there are several folders with different versions of php. I enter the most recent, 5.6.something, access php.ini and change it. I found it strange not to have changed.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.