Database
 sql >> Database >  >> RDS >> Database

Errore durante l'invio del pacchetto QUERY

Questo errore significa che il server MySQL/MariaDB non è in grado di elaborare la richiesta. Vedrai nei file error_log voci come:

[21-Feb-2020 21:34:00 UTC] PHP Warning:  Error while sending QUERY packet. PID=4697 in /home/flighting/public_html/wp-includes/wp-db.php on line 2030
[21-Feb-2020 21:34:00 UTC] PHP Warning:  Error while sending QUERY packet. PID=4726 in /home/flighting/public_html/wp-includes/wp-db.php on line 2030
[21-Feb-2020 21:34:00 UTC] PHP Warning:  Error while sending QUERY packet. PID=4734 in /home/flighting/public_html/wp-includes/wp-db.php on line 2030
[21-Feb-2020 21:34:19 UTC] PHP Warning:  Error while sending QUERY packet. PID=4734 in /home/flighting/public_html/wp-includes/wp-db.php on line 2030
[21-Feb-2020 21:34:19 UTC] PHP Warning:  Error while sending QUERY packet. PID=4726 in /home/flighting/public_html/wp-includes/wp-db.php on line 2030
[21-Feb-2020 21:34:19 UTC] PHP Warning:  Error while sending QUERY packet. PID=4697 in /home/flighting/public_html/wp-includes/wp-db.php on line 2030

Questo problema può verificarsi durante un attacco al sito/server. A causa dell'enorme numero di richieste, a un certo punto, il server SQL potrebbe essere interrotto o potrebbe produrre errori.

Un'altra causa può essere la configurazione del server. Alcuni host limitano il numero massimo di richieste di database in un intervallo di tempo specifico.

In ogni caso, è una questione di server e dovresti chiedere al tuo host gli avvisi.

Un amministratore del server dovrebbe controllare il database, se ci sono tabelle che devono essere riparate. Puoi consultare il nostro articolo su come ottimizzare le tabelle MySQL/MariaDB.