Si sale este error: Last_Error: Relay log read failure: Could not parse relay log event entry. The possible reasons are: the master’s binary log is corrupted (you can check this by running ‘mysqlbinlog’ on the binary log), the slave’s relay log...
-GitLab CI Runner artifacts size error: “too large archive”: Hay que cambiar el tamaño configurado del tamaño máximo del artefcato del build. Esto esta en /admin/application_settings En los Settings / Continuous Integrations Esta puesto por defecto a 100MB. Subirlo y...
Para escuchar tráfico TCP y verlo en HEX, se puede hacer usando estas 2 herramientas: tcpdump -v -l -w – tcp port 8000 | tcpflow -c -D -r – Se vera el origen, el destino y los bytes en hexadecimal Comparte este post si te ha resultado útil, así...
-mysqldump: Unknown table ‘COLUMN_STATISTICS’ in information_schema: Esto me ha pasado usando el Mysql client 8.0 para hacer un dump de un servidor 5.7. Esto se puede des-habilitar pasando lo como parámetro: mysqldump –column-statistics=0 Si se esta...