cybercavern
Verified User
I have a DB that is over 20 MB that I need to transfer to a new DB name on a new user name.
I have changed the php.ini file
post_max_size
upload_max_filesize
memory_limit
to allow 30 MB for this transfer.
When I upload in phpmyadmin I get.
Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 22986380 bytes) in /var/www/html/phpMyAdmin-2.6.4-pl1/libraries/read_dump.lib.php on line 23
Any help you can offer will be greatly appreciated.
Thank You
I have changed the php.ini file
post_max_size
upload_max_filesize
memory_limit
to allow 30 MB for this transfer.
When I upload in phpmyadmin I get.
Fatal error: Allowed memory size of 31457280 bytes exhausted (tried to allocate 22986380 bytes) in /var/www/html/phpMyAdmin-2.6.4-pl1/libraries/read_dump.lib.php on line 23
Any help you can offer will be greatly appreciated.
Thank You