Hello all I seem to be having a few issues with updating a .sql Database dump. this SQL file is just under 1GB and it seems the PHPMyAdmin upload limit is apparently 50MB, although i've changed it in WHM and in the php.ini file to maximum upload of 1000M and it still seems to stay at 50M for no apparent reason so im now completly confus
Hello there, If you have ssh access, I suggest you use it to restore the database, as it is much quicker, and can handle larger sizes, such as the one you have. Chris
Many params used for running phpmyadmin (post_max_size, upload_max_filesize). Also need fix max_execution_time. In this sense a better way use ssh for upload a big databases.