More PHPMYADMIN memory?

mrstarware

Verified User
Joined
Mar 5, 2007
Messages
19
I keep getting a "file too large" or something to that effect when trying to restore SQL code/file info using phpmyadmin is there a way that I can allocate more? I've got full root access.
 
Edit your php.ini file and change the settings

memory_limit = 8M
post_max_size = 8M

to a higher value

Then restart your webserver.
 
Back
Top