PhpMyadmin - import

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

PhpMyadmin - import

Post 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
Roger Wilco
Posts: 5923
Joined: 2004-05-23 12:53
 

Re: PhpMyadmin - import

Post 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
thomas.km
Posts: 364
Joined: 2003-09-14 11:35
Location: Schleswig-Holstein
 

Re: PhpMyadmin - import

Post by thomas.km »

danke...
Post Reply