Posted by Jim Michaels on 02/23/06 10:52
"Jean Bidule" <bidulele@hotmail.com> wrote in message
news:43ed8ff4$0$1184$ba620e4c@news.skynet.be...
> Hi,
>
> I installed phpmyadmin to test my site on my homecomputer. The table i
> want to "upload" in my mysql table is about 5 Mb but in phpMyadmin the
> maximum size is 2048 kb.
there is a maximum size of a single INSERT statement of 1MB in MySQL I've
heard, so you may need to break them up depending on how you've coded it. I
don't know, but that might be configurable at the database somehow.
php.ini is your problem: try these parameters:
post_max_filesize (set to 4/3 upload_max_filesize)
upload_max_filesize
max_execution_time
>
> Where can I change the maximum size of text files in PhpMyAdmin ?
> Somewhere in "config.inc.php" ?
>
> Thank you very much
> Jean
>
>
[Back to original message]
|