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
PhpMyadmin - import
-
Roger Wilco
- Posts: 5923
- Joined: 2004-05-23 12:53
Re: PhpMyadmin - import
php.ini: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
Code: Select all
; Maximum size of POST data that PHP will accept.
post_max_size = 8MRe: PhpMyadmin - import
danke...