sql >> Base de Datos >  >> Database Tools >> phpMyAdmin

Xampp - PHPMyAdmin carga archivos grandes?

Aplicar en php.ini

post_max_size = 750M 
upload_max_filesize = 750M 
max_execution_time = 5000 
max_input_time = 5000 
memory_limit = 1000M 

Luego, reinicie wamp/lampp/xampp para que los cambios surtan efecto. Tomará mucho tiempo. Si recibe el siguiente error "Se agotó el tiempo de espera del script si desea finalizar la importación, vuelva a enviar el mismo archivo zip y la importación se reanudará"

Luego en phpMyAdmin

phpMyAdmin\bibliotecas\config.default.php

/**
 * maximum execution time in seconds (0 for no limit)
 *
 * @global integer $cfg['ExecTimeLimit']
 */
$cfg['ExecTimeLimit'] = 0;

Cámbialo