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

查看:29
本文介绍了如何使用命令提示符导出 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.

I am using 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天全站免登陆