1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. MySQL導(dǎo)出導(dǎo)入SQL文件命令方法

        時(shí)間:2023-03-30 16:33:07 SQL 我要投稿
        • 相關(guān)推薦

        MySQL導(dǎo)出導(dǎo)入SQL文件命令方法

          1.導(dǎo)出整個(gè)數(shù)據(jù)庫

          mysqldump -u 用戶名 -p 數(shù)據(jù)庫名 > 導(dǎo)出的文件名

          mysqldump -u wcnc -p smgp_apps_wcnc > wcnc.sql

          2.導(dǎo)出一個(gè)表

          mysqldump -u 用戶名 -p 數(shù)據(jù)庫名 表名> 導(dǎo)出的文件名

          mysqldump -u wcnc -p smgp_apps_wcnc users> wcnc_users.sql

          3.導(dǎo)出一個(gè)數(shù)據(jù)庫結(jié)構(gòu)

          mysqldump -u wcnc -p -d --add-drop-table smgp_apps_wcnc >d:wcnc_db.sql

          -d 沒有數(shù)據(jù) --add-drop-table 在每個(gè)create語句之前增加一個(gè)

          4.導(dǎo)入數(shù)據(jù)庫

          常用source 命令

          進(jìn)入mysql數(shù)據(jù)庫控制臺(tái),

          如mysql -u root -p

          mysql>use 數(shù)據(jù)庫

          然后使用source命令,后面參數(shù)為腳本文件(如這里用到的.sql)

          mysql>source d:wcnc_db.sql

        【MySQL導(dǎo)出導(dǎo)入SQL文件命令方法】相關(guān)文章:

        怎么打開sql文件06-22

        dos命令之FC命令:文件比較命令08-07

        ai文件怎么導(dǎo)出保存為ps文件04-27

        Linux文件系統(tǒng)操作命令大全08-28

        Linux文件查找命令find和xargs詳解08-28

        CMD命令使用方法06-21

        在coreldraw導(dǎo)入word表格的方法04-12

        會(huì)聲會(huì)影如何導(dǎo)出為視頻文件06-05

        CAD偏移命令的使用方法12-30

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>