如何使用命令提示符导出mysql数据库? [英] How to export a mysql database using Command Prompt?

查看:95
本文介绍了如何使用命令提示符导出mysql数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个很大的数据库,所以我想使用命令提示符将其导出,但是我不知道该怎么做.

I have a database that is quite large so I want to export it using Command Prompt but I don't know how to.

我正在使用WAMP.

推荐答案

首先检查您的命令行是否可以识别mysql命令.如果没有,请执行命令&输入:

First check if your command line recognizes mysql command. If not go to command & type in:

set path=c:\wamp\bin\mysql\mysql5.1.36\bin

然后使用此命令导出数据库:

Then use this command to export your database:

mysqldump -u YourUser -p YourDatabaseName > wantedsqlfile.sql

然后将提示您输入数据库密码.

这会在执行此命令时将数据库导出到您当前所在的路径

This exports the database to the path you are currently in, while executing this command

注意: 此处是有关导入和导出的一些详细说明

这篇关于如何使用命令提示符导出mysql数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆