martes, 12 de marzo de 2019

MySQL- You are using safe update mode and you tried to update a table without a WHERE clause that uses a KEY column

SET SQL_SAFE_UPDATES=0; update tabla set columna = null; SET SQL_SAFE_UPDATES=1;

No hay comentarios:

Publicar un comentario

Ubuntu - Setear Variables de Entorno por consola

Ejemplo para NodeJS, Android Studio y Gradle, donde se editan los archivos .profile y .bashrc, se agregan las variables al final del archivo...