Mac和Windows系統下Mysql資料庫的匯入匯出

來源:互聯網
上載者:User

標籤:sql   建立   變數   匯入   環境變數   斷行符號   學習總結   str   bin   

  最近在構建資料庫的過程中,需要將Mac os系統下的Mysql資料庫匯出成.sql檔案,然後匯入到windows系統下的Mysql中。經過學習總結出的步驟如下:

  一、Mac os匯出Mysql資料庫

  1.開啟終端,

  2.執行: cd 要匯出到的目錄  (如:cd /Users/Malcolm/Desktop)

  3.執行:mysqldump -u root -p 要匯出的資料庫名>名字隨意.sql (如:mysqldump -u root -p MyProject>sql_name.sql)

  此時,會在/Users/Malcolm/Desktop中發現已經匯出的.sql檔案:sql_name.sql。

  

  二、Windows系統匯入.sql檔案

  0.建立新的空資料庫(如:myproject)

  1.進入cmd

  2.執行:mysql -u root -p (確保環境變數 path中添加了mysql下的bin目錄路徑)

  3.輸入密碼,斷行符號

  4.執行:use myproject

  5.mysql>source d/:name.sql

Mac和Windows系統下Mysql資料庫的匯入匯出

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.