Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-addon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the astra-sites domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the uael domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260

Warning: Attempt to read property "post_title" on null in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-content/plugins/elementor/core/isolation/elementor-adapter.php on line 28

Deprecated: ¡La función WP_Dependencies->add_data() ha sido llamada con un argumento que está obsoleto desde la versión 6.9.0! Los comentarios condicionales de IE los ignoran todos los navegadores compatibles. in /var/www/vhosts/erasoporte.es/soporte.erasoporte.es/wp-includes/functions.php on line 6260
Importar BDs grandes en PHPMyAdmin - ERA Hosting

Importar BDs grandes en PHPMyAdmin

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

Deja un comentario

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *