Gandi Wiki


You are on a question's page

Troubleshooting
new

Question "I can't upload my database", by Ivan B.

Hi,

I tried to upoload my database via phpMyAdmiin , but get this error

"You probably tried to upload too large file. Please refer to documentation for ways to workaround this limit."

I don't know how to upload my database it is to large

please help????

Answer, by francois d.

in php.ini there is a limit for upload file size

post_max_size = 10M
upload_max_filesize = 10M

if the database is really big you should import via ssh

Last modified: 07 Jan 2012 at 14:28 by francois d.