Home > Database > Mysql Tutorial > body text

恢复MySQL 的 .frm、.myd、.myi文件到数据库_MySQL

WBOY
Release: 2016-06-01 13:14:15
Original
1435 people have browsed it

今天凌晨某手机论坛网站被脱裤,我侥幸下载到了数据库文件,但里面是三个 .frm、.myd、.myi文件,也就是说是MySQL的原始数据文件,这三个文件分别是:

  • .frm 表结构文件
  • .myd 表数据文件
  • .myi 表索引文件

于是想把这几个文件还原成数据库,但网上搜出来的基本就一种方法,操作起来麻烦。

然后我自己摸索到一种方法,如下:

  1. 新建一个数据库
  2. 在my.ini 中找到 datadir ,指名了数据库文件的存储位置,然后打开这个文件夹
  3. 里面新建一个文件夹,文件夹的名称和刚建的表名一样
  4. 把三个文件复制进去

OK,刷新一下数据库,就出来了。

参考资料:http://www.cftea.com/c/2010/09/IRYY0J1QVOOR0PFC.asp

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template