<tfoot id='sXQWe'></tfoot>
      <bdo id='sXQWe'></bdo><ul id='sXQWe'></ul>

    <i id='sXQWe'><tr id='sXQWe'><dt id='sXQWe'><q id='sXQWe'><span id='sXQWe'><b id='sXQWe'><form id='sXQWe'><ins id='sXQWe'></ins><ul id='sXQWe'></ul><sub id='sXQWe'></sub></form><legend id='sXQWe'></legend><bdo id='sXQWe'><pre id='sXQWe'><center id='sXQWe'></center></pre></bdo></b><th id='sXQWe'></th></span></q></dt></tr></i><div id='sXQWe'><tfoot id='sXQWe'></tfoot><dl id='sXQWe'><fieldset id='sXQWe'></fieldset></dl></div>
    <legend id='sXQWe'><style id='sXQWe'><dir id='sXQWe'><q id='sXQWe'></q></dir></style></legend>
    1. <small id='sXQWe'></small><noframes id='sXQWe'>

    2. 如何从终端导入带有 MySQL 的数据库?

      时间:2023-05-24
    3. <i id='bhEb9'><tr id='bhEb9'><dt id='bhEb9'><q id='bhEb9'><span id='bhEb9'><b id='bhEb9'><form id='bhEb9'><ins id='bhEb9'></ins><ul id='bhEb9'></ul><sub id='bhEb9'></sub></form><legend id='bhEb9'></legend><bdo id='bhEb9'><pre id='bhEb9'><center id='bhEb9'></center></pre></bdo></b><th id='bhEb9'></th></span></q></dt></tr></i><div id='bhEb9'><tfoot id='bhEb9'></tfoot><dl id='bhEb9'><fieldset id='bhEb9'></fieldset></dl></div>

      <small id='bhEb9'></small><noframes id='bhEb9'>

          <tbody id='bhEb9'></tbody>
        <tfoot id='bhEb9'></tfoot>

          1. <legend id='bhEb9'><style id='bhEb9'><dir id='bhEb9'><q id='bhEb9'></q></dir></style></legend>
              <bdo id='bhEb9'></bdo><ul id='bhEb9'></ul>
                本文介绍了如何从终端导入带有 MySQL 的数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                限时送ChatGPT账号..

                如何从终端用mysql导入数据库?

                我找不到确切的语法.

                解决方案

                假设您使用的是 Linux 或 Windows 控制台:

                提示输入密码:

                mysql -u <用户名>-p <数据库名称><<文件名.sql>

                直接输入密码(不安全):

                mysql -u <用户名>-p<普通密码><数据库名称><<文件名.sql>

                示例:

                mysql -u root -p wp_users <wp_users.sqlmysql -u root -pPassword123 wp_users <wp_users.sql

                另见:

                4.5.1.5.从文本文件执行 SQL 语句

                <小时>

                注意:如果您使用的是 Windows,那么在执行命令之前,您必须cd(更改目录)到 CMD 内的 MySQL/bin 目录.

                How can I import a database with mysql from terminal?

                I cannot find the exact syntax.

                解决方案

                Assuming you're on a Linux or Windows console:

                Prompt for password:

                mysql -u <username> -p <databasename> < <filename.sql>
                

                Enter password directly (not secure):

                mysql -u <username> -p<PlainPassword> <databasename> < <filename.sql>
                

                Example:

                mysql -u root -p wp_users < wp_users.sql
                
                mysql -u root -pPassword123 wp_users < wp_users.sql
                

                See also:

                4.5.1.5. Executing SQL Statements from a Text File


                Note: If you are on windows then you will have to cd (change directory) to your MySQL/bin directory inside the CMD before executing the command.

                这篇关于如何从终端导入带有 MySQL 的数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:如何使用命令提示符导出 mysql 数据库? 下一篇:在没有密码提示的情况下在 Ubuntu 上安装 MySQL

                相关文章

                <legend id='YRze8'><style id='YRze8'><dir id='YRze8'><q id='YRze8'></q></dir></style></legend>
                <tfoot id='YRze8'></tfoot>
                  • <bdo id='YRze8'></bdo><ul id='YRze8'></ul>
                  <i id='YRze8'><tr id='YRze8'><dt id='YRze8'><q id='YRze8'><span id='YRze8'><b id='YRze8'><form id='YRze8'><ins id='YRze8'></ins><ul id='YRze8'></ul><sub id='YRze8'></sub></form><legend id='YRze8'></legend><bdo id='YRze8'><pre id='YRze8'><center id='YRze8'></center></pre></bdo></b><th id='YRze8'></th></span></q></dt></tr></i><div id='YRze8'><tfoot id='YRze8'></tfoot><dl id='YRze8'><fieldset id='YRze8'></fieldset></dl></div>

                  <small id='YRze8'></small><noframes id='YRze8'>