Home > Database > Mysql Tutorial > Mysql导出数据的正确方法

Mysql导出数据的正确方法

WBOY
Release: 2016-06-07 18:03:56
Original
1206 people have browsed it

想在Mysql命令行下导出数据库,但就是每天提示不那个错误,后来才知道其实mysqldump不是mysql命令,因此不能在Mysql命令行下导出。

之前折磨了很久,想在Mysql命令行下导出数据库,但就是每天提示不那个错误,后来才知道其实mysqldump不是mysql命令,因此不能在Mysql命令行下导出。

下面是错误的做法:

下面才是正确的做法:

即:mysql导出数据库命令只能在系统命令行下使用,而不能在mysql命令行下使用。

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