Posted by Gufo Rosso on 02/12/06 04:40
"Jean Bidule" <bidulele@hotmail.com> ha scritto nel messaggio
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.
>
change php.ini
post_max_size = 80M
and
upload_max_filesize = 55M
> 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]
|