Page 1 of 1

PhpMyadmin - import

Posted: 2004-12-03 08:48
by thomas.km
Guten Tag

ich habe das Problem das wenn ich größere dumps importieren will, immer der Error kommt:

Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0
(tried to allocate 457154 bytes) in
/srv/www/htdocs/phpMyAdmin/libraries/sqlparser.lib.php on line 308

ERROR


Eine Idee, an welcher Schraube man drehen muss?

Phpmyadmin V2.5.3
MYSQL 4.0.15

Grüsse
Thomas

Re: PhpMyadmin - import

Posted: 2004-12-03 09:10
by Roger Wilco
thomas.km wrote:Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0
(tried to allocate 457154 bytes) in
/srv/www/htdocs/phpMyAdmin/libraries/sqlparser.lib.php on line 308
php.ini:

Code: Select all

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

Re: PhpMyadmin - import

Posted: 2004-12-03 09:15
by thomas.km
danke...