2011-11-10 10 views

risposta

11

Un modo veloce è quello di verificare la create_time o update_time quando si esegue questo comando:

show table status; 

come il seguente esempio:

+--------------------+--------+---------+------------+------+----------------+-------------+------------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ 
| Name    | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time   | Update_time   | Check_time | Collation   | Checksum | Create_options | Comment | 
+--------------------+--------+---------+------------+------+----------------+-------------+------------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ 
| a_table   | MyISAM |  10 | Dynamic | 2 |    60 |   120 | 281474976710655 |   1024 |   0 |   NULL | 2011-09-08 18:26:38 | 2011-11-07 20:38:28 | NULL  | latin1_swedish_ci |  NULL |    |   | 
+0

grazie ha funzionato benissimo – Presto

+0

Siete i benvenuti –

1

Sono sicuro che c'è un altro modo per farlo, ma probabilmente si può guardare all'interno della cartella "dati" e vedere la data di creazione dei file di dati mysql.

+6

che è buono finché si ha accesso a questi file –