phpMyAdmin
 sql >> Datenbank >  >> Database Tools >> phpMyAdmin

PhpMyAdmin-Importfehler – MySQL-Server ist verschwunden/Unerkanntes Schlüsselwort

Das Ändern der MySQL-Einstellungen hat funktioniert. Genau das habe ich geändert:

In php.ini

Suchen:

post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M

Ändern zu:

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

In meiner.ini (MySQL-Datei – Unter mysqld)

Suchen:

max_allowed_packet = 1M

Ändern zu:

max_allowed_packet = 500M