wdcp面板下MySQL的数据库备份,只是备份了data目录下的整个数据库文件夹,一直没注意,知道服务器挂掉才发现,这时候数据库直接复制只有7张表,其他的都无法显示,其他的是frm文件,不知道有什么办法恢复
光阴似箭催人老,日月如移越少年。
Each MyISAM table is stored in three files: the frm file stores the table definition; the data file is MYD (MYData); the index file is MYI (MYIndex). What do you think
Each MyISAM table is stored in three files: the frm file stores the table definition; the data file is MYD (MYData); the index file is MYI (MYIndex). What do you think