Hay que aumentar los tamaños de subida de archivos en php.ini y además esto:
You can add this line in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/vendor/phpmyadmin/config.inc.php file and change the value :
// maximum execution time in seconds (0 for no limit)
$cfg[‘ExecTimeLimit’] = 300;
Si no va entonces:
To set the maximum size of a file that can be uploaded:
-Open the /usr/local/psa/admin/conf/php.ini file for editing.
-Set the value of the post_max_size and upload_max_filesize directives to the desired maximum file upload size.
-Restart the web server by running the /etc/init.d/psa restart command.
desde consola con root se puede importar:
MYSQL_PWD=cat /etc/psa/.psa.shadow mysql -uadmin YOUR_EXISTENT_DATABASE_NAME < /COMPLETE/PATH/TO/YOUR/DATADASE_DUMP.sql