簡單的把SQLite資料匯入Mysql庫,sqlite資料匯入mysql

來源:互聯網
上載者:User

簡單的把SQLite資料匯入Mysql庫,sqlite資料匯入mysql

最近在做實驗室器材管理系統,之前用的是SQLite資料庫,因為是網路版的,更換成Mysql資料庫,大量的資料手動敲進太慢了,有沒有一下匯入的方法呢?
這裡本人沒有深挖,只是完成了自己的任務,我首先是把sqlite資料庫中的欄位在HeidiSQL裡面建立好的。
網上最常用的兩種方式是通過匯出sql和匯出csv來實現,這裡嘗試了通過CSV的方法實現資料轉移。
SQLite工具我用的SQLiteStudio2.1.5 http://sqlitestudio.pl/?act=download
Mysql我用的HeidiSQL8.3 http://www.heidisql.com/download.php

SQLiteStudio開啟資料庫檔案,找到表,右鍵菜單中有匯出表功能,預設所有選項,匯出SQL
HeidiSQL中選中表後,在工具菜單中有匯入SQL指令檔功能,其他預設選項,然後把建立資料庫欄位的語句全部刪掉,只留下插入資料的資料庫語句,
運行即可。

相關文章

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.