Mysql Query log - dropped table
I dropped a table accidentally... There is no posibilities to recover it?
Someone knows if exists some "mysql log" where are all the queries of th开发者_JAVA技巧e mysql server?
Thanks......
If you are using innodb_file_per_table or myisam, in theory you could undelete the table files at OS level, depending on your file system and wether their blocks have been reused. Slim chance, I know.
精彩评论