ruscomap/appunti.txt
2024-08-17 21:02:10 +02:00

8 lines
No EOL
190 B
Text

## CANCELLA UN RECORD DEL DB
mariadb -u ruscone -p
show databases;
use ruscomap;
show tables;
select * from markers;
DELETE FROM markers WHERE filename = '0a9f02167f85c845db2d4b81bbeef9d5';