Showed the entire contents of the table:
SELECT * FROM core_config_data;
Derived:
|id_filters|DisplayName0|razresheno ... |1 |Print |0 How can I change the value of 0 to 1, but referring to Print I found this answer: How can I change the value of a row in the MySQL table? but there they just change the value, and I need to change the "razresheno" field knowing only the "DisplayName0" field.