allora questo e' quanto:
mysql> truncate table archivio;
ERROR 1046 (3D000): No database selected
mysql>
allora ho fatto cosi:
mysql> use SENSORI
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql>
e quindi ho subito dato il comando:
mysql> truncate table archivio;
Query OK, 1 row affected (0.19 sec)
mysql>
Perfetto GRANDEEEE tabella svuotata ma per farlo attivare da crontabe devo fare un unica riga di comando e quindi ho pensato cosi:
[root@F8-ED-AMB ~]# mysql -u root -pthingvellir use termoigro truncate table archivio;
Ma non funziona dove risbaglio :master: