Home > Database > Mysql Tutorial > MySQL导入导出_MySQL

MySQL导入导出_MySQL

WBOY
Release: 2016-06-01 13:11:38
Original
981 people have browsed it

导入命令:

LOAD DATA INFILE 'filepath' INTO table 'tablename';

导出命令

SELECT FILED1,FIELD2,...FIELDN FROM TABLENAME INTO OUTFILE 'filepath';

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