Home > Database > Mysql Tutorial > mysql找回被删除的数据表_MySQL

mysql找回被删除的数据表_MySQL

WBOY
Release: 2016-06-01 13:02:35
Original
913 people have browsed it

D:\wamp\bin\mysql\mysql5.6.17\bin>mysqlbinlog.exe d:/mysql/data/mysql-bin.000068 > d:\d68.sql
D:\wamp\bin\mysql\mysql5.6.17\bin>mysqlbinlog.exe d:/mysql/data/mysql-bin.000069 > d:\d69.sql

D:\wamp\bin\mysql\mysql5.6.17\bin>mysqldump -uroot -p123456 zbphp.com < d:\d68.sql
D:\wamp\bin\mysql\mysql5.6.17\bin>mysqldump -uroot -p123456 zbphp.com < d:\d4.sql
Copy after login
CMD中执行,然后通过 sql里面的记录进行找回。如果失败,一条条的SQL校对。

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