导入数据,以前数据不见了,怎么处理

WBOY
Release: 2016-06-13 13:49:39
Original
1382 people have browsed it

导入数据,以前数据不见了,怎么办
一个表的数据 因一些原因 以ID

1-20000分成一个SQL文本
以20000-40000分成一个SQL文本


现在我不管怎么导入,,都只能得到最后一次导入的数据。

我想要的效果是
数据表里的ID以
1-40000的记录

------解决方案--------------------
SQL文本里,有
DROP TABLE……
CREATE TABLE……吧?
------解决方案--------------------
你先试着分批把数据导出,看看数据有没有和错误,再把数据批量插入到数据库。这是最简单的办法。

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